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