We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2645a3a commit 488302dCopy full SHA for 488302d
README.md
@@ -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