docs/install: fix instructions

This commit is contained in:
rr- 2016-06-03 20:19:55 +02:00
parent 805ca845e3
commit f1108a878b

View file

@ -48,7 +48,7 @@ user@host:~$ sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';"
Getting `szurubooru`: Getting `szurubooru`:
```console ```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 user@host:~$ cd szuru
``` ```
@ -104,7 +104,7 @@ user@host:szuru/server$ source python_modules/bin/activate # enters the sandbox
```console ```console
user@host:szuru/client$ cd ../server user@host:szuru/client$ cd ../server
user@host:szuru/server$ source python_modules/bin/activate 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 `alembic` should have been installed during installation of `szurubooru`'s