mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
docs/04-Getting-Started.md: typo + grammar
This commit is contained in:
parent
1b2f85f59d
commit
8ae2faac37
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ volumes:
|
||||||
This guide is for Linux. Windows machines will need different commands etc.
|
This guide is for Linux. Windows machines will need different commands etc.
|
||||||
|
|
||||||
1. Build the container (see above) on the machine you want to run the container on.
|
1. Build the container (see above) on the machine you want to run the container on.
|
||||||
- Building it on the machine itself means you don't need to worry about motherboard/kernal type, it will build the correct one for that machine.
|
- Building it on the machine itself means you don't need to worry about the motherboard/kernel type - it will build the correct one for that machine automatically.
|
||||||
- If you need to install Apache in order to install PHP so you can build it, remember to turn the 'start on boot' setting off. (Also just turn it off straight away, you don't need it to build.)
|
- If you need to install Apache in order to install PHP so you can build it, remember to turn the 'start on boot' setting off. (Also just turn it off straight away, you don't need it to build.)
|
||||||
`sudo systemctl disable apache2`
|
`sudo systemctl disable apache2`
|
||||||
2. Set up the directory you want your docker-compose to live in.
|
2. Set up the directory you want your docker-compose to live in.
|
||||||
|
|
Loading…
Reference in a new issue