Skip to content

Commit 488302d

Browse files
authored
Create README.md
1 parent 2645a3a commit 488302d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# procursus-strap
2+
A python3 GUI made to automate the process of bootstrapping your Mac with Procursus
3+
4+
## To install:
5+
- Get the latest .dmg from the Releases page
6+
- Open the .dmg and move Procursus.app to /Applications
7+
- Open Procursus.app
8+
- Press on dependencies then follow instructions from there
9+
10+
## To make the binary
11+
- Install PyInstaller
12+
- Run <code>python3 -m PyInstaller Procursus.py</code>
13+
- Run the binary in dist/ called Procursus
14+
<br></br>
15+
- NOTE: This may not work as the script has hardcoded paths relating to /Applications/Procursus.app/Contents/*
16+
17+

0 commit comments

Comments
 (0)