Skip to content

Commit cf4377a

Browse files
committed
Added run instructions.
1 parent 414098b commit cf4377a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ dicebox contains the following decision-making tools:
1919

2020
dicebox will be first-and-foremost a command-line application. I may add an optional GUI later, but that's not certain.
2121

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+
2234
## Technology
2335

2436
dicebox is written in Python3, primarily targeting the Linux command line.

0 commit comments

Comments
 (0)