Fix typo in README

pull/24/head
Thibaud Colas 2021-03-04 21:58:52 +00:00 zatwierdzone przez GitHub
rodzic 230934edaf
commit 69e12dad54
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ Once the build is complete:
# 6. Start your containers and wait for them to finish their startup scripts.
docker-compose up
# 7. Now in a new shell, run the databse setup script. The database will be persisted across container executions by Docker's Volumes system so you will only need to run this commmand the first time you start the database.
setup-db.sh
./setup-db.sh
# Success!
```