Fixed list markdown
This commit is contained in:
parent
6c0e596a09
commit
369b7a94af
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ Installation
|
|||
|
||||
To install this on your own server:
|
||||
|
||||
#. Clone this repository
|
||||
#. Install the python dependancies via `pip install -r requirements.txt`
|
||||
#. Run the server with `./chainlink.py`
|
||||
#. You can now hit the app at [http://localhost:5000/](http://localhost:5000)
|
||||
1. Clone this repository
|
||||
2. Install the python dependancies via `pip install -r requirements.txt`
|
||||
3. Run the server with `./chainlink.py`
|
||||
4. You can now hit the app at [http://localhost:5000/](http://localhost:5000)
|
||||
|
||||
Testing on a running instance
|
||||
=============================
|
||||
|
|
Loading…
Reference in a new issue