We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5d04 commit c151a69Copy full SHA for c151a69
1 file changed
README.md
@@ -3,4 +3,24 @@
3
Command line interface for Jamquery.
4
Pretty unstable for now.
5
6
-This program is fully written in Python.
+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