From 29f60b2c04c540ffabe7657dbf7556ac96fe9b86 Mon Sep 17 00:00:00 2001 From: "zeankun.dev" <58360911+zeankundev@users.noreply.github.com> Date: Tue, 24 Aug 2021 11:18:02 +0700 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 013c429..11b6c49 100644 --- a/README.md +++ b/README.md @@ -49,26 +49,33 @@ For the path, you must PROVIDE the full path. If you extract in your home direct After you enter the repository that you just extracted, you can install the dependencies and run it. ### Method 2 (The quick and fast way, but irritating for beginners.) -To quickly just only clone at your current directory, just type the following commands. +To quickly just only clone at your current directory, just type the following commands. The new Suside requires Yarn to build all dependencies. ```shell # Clone the repository $ git clone https://github.com/zeankundev/suside # Change it to suside on where we clone it $ cd suside # Installing all dependencies -$ npm install +$ yarn ``` Now, this is where all the fun begins. Type this line in your terminal after installing all the dependencies. ```shell -$ npm start +$ yarn start ``` Have fun hacking on Suside! 🥳:tada: -## Script References +## Extra tips -These are references for scripts to do certain commands. Here are some list. Just run ```npm run