From 64a67eb2eab6af966c201f5ae8fdc4dccc57cd18 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 16 Dec 2019 16:09:15 +0700 Subject: [PATCH] Split up the commands --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 165e264..8cc4450 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,24 @@ ## Hackity Hack Hack +### Get your discount source code + ```bash $ git clone ssh://gitea@vvvvvvaria.org:12345/varia/vocoder.git $ cd vocoder +``` + +### Do the Python dance + +``` $ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt +``` + +### Run the server + +``` $ make serve ```