Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edin45 authored Jan 28, 2022
1 parent 0523e89 commit f03e50f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
### Windows installation:
#### This will take about 10 minutes
```
git clone --recursive https://github.com/edin45/openPT3D.git
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D
cd externalSoftware
install_build_windows.bat
Expand All @@ -17,15 +17,15 @@ install_build_windows.bat
### Arch installation:
#### This will take about 30 minutes on a 4 core CPU
```
git clone --recursive https://github.com/edin45/openPT3D.git
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D && cd externalSoftware
sh install_build_arch.sh
```

### Debian/Ubuntu/Pop OS installation:
#### This will take about 40 minutes on a 4 core CPU
```
git clone --recursive https://github.com/edin45/openPT3D.git
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D && cd externalSoftware
sh install_python3_debian.sh
sh install_build_debian.sh
Expand Down

0 comments on commit f03e50f

Please sign in to comment.