Add usage information to README
This commit is contained in:
parent
67a2446123
commit
3853bd6a6a
21
README.md
21
README.md
|
@ -1,5 +1,22 @@
|
||||||
spejstore
|
# spejstore
|
||||||
=========
|
|
||||||
|
|
||||||
Because there is not enough general inventory software invented here yet.
|
Because there is not enough general inventory software invented here yet.
|
||||||
Please use Python3, for the love of `$deity`...
|
Please use Python3, for the love of `$deity`...
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Build & run
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
|
### Rebuild
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker-compose build
|
||||||
|
```
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
- https://askubuntu.com/q/615394/413683
|
||||||
|
|
Loading…
Reference in New Issue