Skip to content

Commit c151a69

Browse files
committed
Update README.md
1 parent 92f5d04 commit c151a69

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,24 @@
33
Command line interface for Jamquery.
44
Pretty unstable for now.
55

6-
This program is fully written in Python.
6+
The program is fully written in Python.
7+
8+
9+
## Build
10+
11+
Install [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) in your computer and type in your terminal:
12+
13+
```
14+
pyinstaller -F jamquery.py
15+
```
16+
17+
This will create executable `dist/jamquery` file in the project root.
18+
19+
Or... just download the `jamquery` file in repository root.
20+
21+
22+
## Use
23+
24+
Copy the `jamquery` executable to your path that you like. (e.g. /Users/your-name/bin)
25+
26+
Make sure that those directories are properly listed in $PATH variable.

0 commit comments

Comments
 (0)