Update README.md

fixes #44
This commit is contained in:
sportivaman 2020-03-20 09:18:49 -04:00 committed by GitHub
parent 3bd607a33d
commit 0d372762e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
# DashMachine # DashMachine
### Another web application bookmark dashboard, with fun features. ### Another web application bookmark dashboard, with fun features.
## Before Installing
Please read the latest update post: https://redd.it/flubzn
![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot1.png) ![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot1.png)
![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot2.png) ![screenshot](https://raw.githubusercontent.com/rmountjoy92/DashMachine/master/screenshot2.png)
@ -46,7 +49,7 @@ Instructions are for linux.
``` ```
virtualenv --python=python3 DashMachineEnv virtualenv --python=python3 DashMachineEnv
cd DashMachineEnv && source bin/activate cd DashMachineEnv && source bin/activate
git clone https://git.wolf-house.net/ross/DashMachine.git git clone https://github.com/rmountjoy92/DashMachine.git
cd DashMachine && pip install -r requirements.txt cd DashMachine && pip install -r requirements.txt
python3 run.py python3 run.py
``` ```