From f1108a878b983388799607bb2918296c5d1e3fc9 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 3 Jun 2016 20:19:55 +0200 Subject: [PATCH] docs/install: fix instructions --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1dcc0894..865ab79e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,7 @@ user@host:~$ sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';" Getting `szurubooru`: ```console -user@host:~$ git clone https://github.com/rr-/szurubooru2 szuru +user@host:~$ git clone https://github.com/rr-/szurubooru.git szuru user@host:~$ cd szuru ``` @@ -104,7 +104,7 @@ user@host:szuru/server$ source python_modules/bin/activate # enters the sandbox ```console user@host:szuru/client$ cd ../server user@host:szuru/server$ source python_modules/bin/activate - (python_modules) user@host:szuru/server$ alembic update head + (python_modules) user@host:szuru/server$ alembic upgrade head ``` `alembic` should have been installed during installation of `szurubooru`'s