From ab01310b8cc89b8c61accd5ac0439b0f13de35b2 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 10 Jun 2019 16:26:17 +0200 Subject: Update database-only-quick-setup.md --- docs/database-only-quick-setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/database-only-quick-setup.md') diff --git a/docs/database-only-quick-setup.md b/docs/database-only-quick-setup.md index b5acf85..372d0a3 100644 --- a/docs/database-only-quick-setup.md +++ b/docs/database-only-quick-setup.md @@ -21,9 +21,8 @@ You can find the links to setup Docker for your operating system in the "Softwar You need to clone the AC sources somewhere in your machine and cd into it: ``` -git clone https://github.com/azerothcore/azerothcore-wotlk.git +git clone https://github.com/azerothcore/azerothcore-wotlk.git; cd azerothcore-wotlk; - ``` ### How to quickly spin up an AzerothCore Database instance -- cgit