Skip to content

Commit bdc3aa7

Browse files
authored
Update README.md
1 parent f54989c commit bdc3aa7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ pip install -r requirements.txt
3434
* Command Context
3535

3636
## Running
37-
1. Create the database
37+
* Create the database
3838
```python
3939
python db_handler.py create
4040
```
41-
2. Start the server (at the background):
41+
* Start the server (at the background):
4242
```python
4343
python run.py
4444
```
45-
3. Navigate with a browser to the server address
46-
4. Open the interactive shell
45+
* Navigate with a browser to the server address
46+
* Open the interactive shell
4747
```python
4848
python shell.py
4949
```
50-
5. Profit
50+
* Profit
5151

5252
### Usage
5353
The shell interface contains various commands (can be reavealed using the `help` command).

0 commit comments

Comments
 (0)