Skip to content

Commit cf0e4d4

Browse files
authored
Updated README
1 parent 9e7ba77 commit cf0e4d4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ Creates a file for each of the given filenames and enables its executable permis
66

77
## Installation
88

9-
First, build `main.py` with
9+
### 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+
```bash
18+
git clone https://github.com/Quick-scripts/Touch-executable.git
19+
cd Touch-executable
20+
```
21+
22+
Second, build `main.py` with
1023

1124
```bash
1225
source build.sh

0 commit comments

Comments
 (0)