From 0d372762e2c6b2aef232aba1ee7e77c945d41ceb Mon Sep 17 00:00:00 2001 From: sportivaman <34513134+rmountjoy92@users.noreply.github.com> Date: Fri, 20 Mar 2020 09:18:49 -0400 Subject: [PATCH] Update README.md fixes #44 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159f5cd..3907417 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # DashMachine ### 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/screenshot2.png) @@ -46,7 +49,7 @@ Instructions are for linux. ``` virtualenv --python=python3 DashMachineEnv 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 python3 run.py ```