From 94f1ac7450e186fd0ffbb8cba65c2aa4a340c74c Mon Sep 17 00:00:00 2001 From: lance Date: Mon, 30 Sep 2019 00:33:11 -0700 Subject: [PATCH] removing pointless string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c59d1..e77d8ab 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ export CODENAME=lzahq export ENV=live # 2. Clone project and install Python dependencies -git clone https://github.com/lalanza808/owntracker.git owntracker +git clone https://github.com/lalanza808/owntracker.git cd owntracker python3 -m venv .venv source .venv/bin/activate