Updated readme, started extra documentation, started feature list/plan.
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user