We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414098b commit cf4377aCopy full SHA for cf4377a
README.md
@@ -19,6 +19,18 @@ dicebox contains the following decision-making tools:
19
20
dicebox will be first-and-foremost a command-line application. I may add an optional GUI later, but that's not certain.
21
22
+## Running
23
+
24
+Right now, I don't have any sort of fancy install script. The easiest way
25
+to run dicebox is by downloading the code and running it as a module
26
+with Python3.
27
28
+From within the repository folder, run...
29
30
+```bash
31
+$ python3 -m dicebox
32
+```
33
34
## Technology
35
36
dicebox is written in Python3, primarily targeting the Linux command line.
0 commit comments