From 2d5929fc975c431c8a545a44115cdbb57e0e0689 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 13 Feb 2020 01:04:45 +0300 Subject: Yarn -> NPM --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3