aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8fe5a2d7..02167965 100644
--- a/README.md
+++ b/README.md
@@ -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
+```