Skip to content

Installation

Sudarsan edited this page Aug 16, 2021 · 7 revisions

Installation guide

To install templatify you can manually select which os and arch you want from Releases or you can use curl.

> curl -# --location -o templatify.exe -O https://github.com/scientific-dev/templatify/releases/download/v1.1.0/${templatify_asset_name}

Here templatify_asset_name is your file name such as templatfify-win-386.exe, templatify-linux-386 in the releases binary files section

Or you can use the install script

> curl -fsSL https://raw.githubusercontent.com/scientific-dev/templatify/master/install.sh | sh

TIP: After installation using install script, set your environment path to the directory.

Download table

Name Description
templatify-linux-arm64 Templatify for linux with arch arm64
templatify-linux32 Templatify for linux 32 bit
templatify-linux64 Templatify for linux 64 bit
templatify-macOS64 Templatify for darwin 64 bit
templatify-win32.exe Templatify for windows 32 bit
templatify-win32.rar Templatify for windows 32 bit in rar
templatify-win64.exe Templatify for windows 64 bit
templatify-win64.rar Templatify for windows 64 bit in rar
Clone this wiki locally