diff --git a/docs/docs/installation.html b/docs/docs/installation.html index 139b52c..0096475 100644 --- a/docs/docs/installation.html +++ b/docs/docs/installation.html @@ -22,14 +22,20 @@
After downloading diji you have 2 choices. You can either put it in a folder where you're gonna create all of your projects (for example Documents) or add it to $PATH and use it anywhere.
Extract the zip you downloaded earlier and open the folder that was extracted from it. Now select both the diji binary and the diji-config folder and copy them to a folder you want to use for creating your projects. Now you can run diji by opening the terminal (or PowerShell on windows if you don't have Windows Terminal installed) in that folder and running it with a command ./diji
+Extract the zip you downloaded earlier and open the folder that was extracted from it. Now select both the diji binary and the diji-config folder and copy them to a folder you want to use for creating your projects. Now you can run diji by opening the terminal (or PowerShell on windows if you don't have Windows Terminal installed) in that folder and running it with a command ./diji
Extract the downloaded zip and open the terminal.
Now run this command:
cp -r ./Downloads/diji .local
-
+ Open .profile in your favorite editor (in my case neovim):
+nvim .profile
+ Go to the end of the file and paste this line (replace [user] with your username):
+export PATH=$PATH:/home/[user]/.local/diji
+ Of course save the file afterwards
+Now you can either reboot/log out and back in to save the changes systemwide or if you're busy, run source ~/.profile to apply them in your current terminal session.
After doing this, running diji in your terminal should make diji start.