Updated readme, started extra documentation, started feature list/plan.

This commit is contained in:
WGAVermeer
2026-03-28 12:30:57 +01:00
parent 49199b7184
commit 68689ea885
4 changed files with 85 additions and 3 deletions

View File

@@ -6,12 +6,18 @@
Running this requires the use of "make" and docker.
"make" tends to come pre-installed on linux but not on Windows, to install it on Windows I recommend using Chocolatey as follows: \
~"make" tends to come pre-installed on linux but not on Windows, to install it on Windows I recommend using Chocolatey as follows~
```
```shell
choco install make
```
EDIT: I've swapped over to using [[scoop](https://github.com/ScoopInstaller/Scoop#readme)] for these kinds of installations.
```shell
scoop install make
```
### Install docker
<https://docs.docker.com/get-started/get-docker/>
@@ -62,4 +68,3 @@ Or
```shell
make
```