aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-02-13 01:04:45 +0300
committerGravatar Vitaly Takmazov2020-02-13 01:04:45 +0300
commit2d5929fc975c431c8a545a44115cdbb57e0e0689 (patch)
treef4887f7c24dee1974ca18815d0cf0665d1604147 /README.md
parentaed0f12fe3c2c9daed5fe281a5ab28ced9ac5db5 (diff)
Yarn -> NPM
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
+```