Installation process depends upon your OS.
Downloading & Installation
Depending on the OS, given command will download and install the Kriti program on your system for the user.
Mac OS or Linux
- Search and open the
Terminal
app - Run the following command
curl -sSfL https://kriti.blog/downloads/kriti-cli/latest | bash
Windows
Feature in development, coming soon! But you can still try it out by following -
- Search and open either
Powershell
(recommended) orCommand Prompt
- Run the following command
powershell -Command "& {Invoke-WebRequest -UseBasicParsing -MaximumRedirection 5 'https://kriti.blog/downloads/kriti-cli/latest?os=windows' | Invoke-Expression}"
Finishing Up
Close the opened Terminal
or Powershell
or Command Prompt
and reopen again.
Now verify installation by typing and kriti
which would open up the dashboard in your browser.