diff --git a/docs/docs/open-source.html b/docs/docs/open-source.html new file mode 100644 index 0000000..e187762 --- /dev/null +++ b/docs/docs/open-source.html @@ -0,0 +1,113 @@ + + + + + + +Open source - diji docs + + + + + + + + +
+ +
+
+

Open source

+

Last edited: 28 August 2023
Open on GitHub

+

diji as well as it's website and docs are open source on the MIT license with all 3 being available in this GitHub repo with diji being located in the main branch while the website and docs are located in the github-files branch

+

The project is open to contributions (but don't do it for the sake of your sanity, the code is terrible)

+

You're also welcome to fork it and make your own version as long as you give credit to the original creator (well, partially original, most of the code comes from stackoverflow anyways)

+

The website's source code is available in the docs folder of the github-files branch while the docs source is available in the docs/docs folder of the same branch. (don't ask why)

+

Building diji

+

To build diji you need golang and git to be installed on your computer

+

Clone the git repo:

+
git clone https://github.com/KZacharski/diji.git
+

Now open the diji folder (it will be located in your home/user folder) in your file explorer and create a new folder there also called diji, then copy the diji-config folder from the root of the repo to the newly created diji folder

+

Open the repo in your terminal:

+
cd diji
+
+

Building for the same platform as your device

+
go build -o diji/diji
+

If you're using Windows:

+
go build -o diji/diji.exe
+
+

Building for a different platform

+ + + +
+
+ + + + + + + + +
+ + + \ No newline at end of file