diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -6,14 +6,10 @@ Juick Подготовка: ``` -git clone git@x.juick.com:/srv/git/juick.git - -git submodule update --init +git clone --recursive git@x.juick.com:/srv/git/juick.git cd juick -npm install -g yarn - ./gradlew bootRun ``` @@ -32,4 +28,4 @@ Password: пустой ``` insert into users (id, nick, passw) values (1, 'ugnich', 'fuckthis'); insert into logins (user_id, hash) values (1, 'fuckthisverymuch'); -```
\ No newline at end of file +``` |