We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ba77 commit cf0e4d4Copy full SHA for cf0e4d4
README.md
@@ -6,7 +6,20 @@ Creates a file for each of the given filenames and enables its executable permis
6
7
## Installation
8
9
-First, build `main.py` with
+### Prerequisites
10
+Python `pyinstaller` must be installed but not added to path
11
+`pyinstaller` is available with
12
+```bash
13
+pip install pyinstaller
14
+```
15
+
16
+First clone and enter the repository
17
18
+git clone https://github.com/Quick-scripts/Touch-executable.git
19
+cd Touch-executable
20
21
22
+Second, build `main.py` with
23
24
```bash
25
source build.sh
0 commit comments