Update windows.md
This commit is contained in:
parent
79b82efbde
commit
f00bf71b5b
|
@ -34,10 +34,10 @@ ENiGMA½ will run on both 32bit and 64 bit Windows. If you want to run 16bit doo
|
|||
2. Install [7zip](https://www.7-zip.org/download.html).
|
||||
|
||||
*Add 7zip to your path so 7z can be called from the console
|
||||
1. Right click "This PC" and Select "Properties"
|
||||
2. Go to the Advanced Tab and click on "Enviromental Varibles"
|
||||
3. Select Path under System Varibles and click Edit
|
||||
4. Click New and paste the path to 7zip
|
||||
1. Right click `This PC` and Select `Properties`
|
||||
2. Go to the `Advanced` Tab and click on `Enviromental Varibles`
|
||||
3. Select `Path` under `System Varibles` and click `Edit`
|
||||
4. Click `New` and paste the path to 7zip
|
||||
5. Close your console window and reopen. You can type 7z to make sure it's working.
|
||||
|
||||
3. Install [Git](https://git-scm.com/downloads) and optionally [TortoiseGit](https://tortoisegit.org/download/).
|
||||
|
@ -46,7 +46,7 @@ ENiGMA½ will run on both 32bit and 64 bit Windows. If you want to run 16bit doo
|
|||
```Powershell
|
||||
git clone "https://github.com/NuSkooler/enigma-bbs.git"
|
||||
```
|
||||
Optionally use the TortoiseGit by right clicking the directory and slecting "Git Clone...".
|
||||
Optionally use the TortoiseGit by right clicking the directory and slecting `Git Clone...`.
|
||||
|
||||
|
||||
5. Install ENiGMA½.
|
||||
|
|
Loading…
Reference in New Issue