From cbbde77d63576ea897b9f389c30d7454ee59d9f0 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Wed, 13 May 2020 16:29:15 -0400 Subject: [PATCH] Cleaning up instructions --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 34ad03fa4..82cc666fc 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -50,7 +50,7 @@ sudo ufw allow 8000/tcp This part is suprisingly easy. Just enter these commands in the terminal: ``` -cd ~ && git clone https://github.com/LibreTime/libretime.git +git clone https://github.com/LibreTime/libretime.git sudo ./libretime/install -fiap ```