diff --git a/docs/docs/assets/winscreen1.png b/docs/docs/assets/winscreen1.png new file mode 100644 index 0000000..7af70fc Binary files /dev/null and b/docs/docs/assets/winscreen1.png differ diff --git a/docs/docs/assets/winscreen2.png b/docs/docs/assets/winscreen2.png new file mode 100644 index 0000000..3643769 Binary files /dev/null and b/docs/docs/assets/winscreen2.png differ diff --git a/docs/docs/assets/winscreen3.png b/docs/docs/assets/winscreen3.png new file mode 100644 index 0000000..07d0538 Binary files /dev/null and b/docs/docs/assets/winscreen3.png differ diff --git a/docs/docs/assets/winscreen4.png b/docs/docs/assets/winscreen4.png new file mode 100644 index 0000000..8e343da Binary files /dev/null and b/docs/docs/assets/winscreen4.png differ diff --git a/docs/docs/assets/winscreen5.png b/docs/docs/assets/winscreen5.png new file mode 100644 index 0000000..0001ea6 Binary files /dev/null and b/docs/docs/assets/winscreen5.png differ diff --git a/docs/docs/installation.html b/docs/docs/installation.html index de78cd9..0568a01 100644 --- a/docs/docs/installation.html +++ b/docs/docs/installation.html @@ -51,6 +51,23 @@

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 ~/.zprofile to apply them in your current terminal session.

After doing this, running diji in your terminal should make diji start. (It will quite likely display a dialog about the developer "not being verified". Here's the fix)

+

Windows:

+

Extract the downloaded zip and open Windows Terminal or PowerShell. If you're using Windows Terminal, make sure the active tab says PowerShell.

+

Now run this command (replace [architecture] with your cpu's architecture (it's at the end of the file name of the zip you downloaded)):

+
Copy-Item "Downloads/diji-1.2-windows-[architecture]/diji" -Destination "AppData" -Recurse
+

Open Settings, scroll down to the bottom and click "About":

+ +

Click "Advanced system settings":

+ +

Click "Environment variables...":

+ +

Select the "Path" variable and click "Edit...":

+ +

Click "New" and paste the following path (replace [user] with your username):

+
C:\Users\[user]\AppData\diji
+ +

Now press "OK"

+

After doing this, running diji in a new terminal window should make diji start.