Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev authored Jul 23, 2021
1 parent bc64bae commit 8cc7445
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ Now, this is where all the fun begins. Type this line in your terminal after ins
$ npm start
```
Have fun hacking on Suside! 🥳:tada:

## Script References

These are references for scripts to do certain commands. Here are some list. Just run ```npm run <script>```
* ```buildwin``` - Makes the Windows version of Suside. Output is on the ```build``` folder
* ```buildmac``` - Makes the Mac version of Suside. Output is still in the ```build``` folder
* ```buildlinux``` - Makes the Linux version of Suside. Output is still in the ```build``` folder
* ```builddeb``` - Compiles the Linux version of Suside into a .deb formate. You have to run ```buildlinux``` command before running this.

0 comments on commit 8cc7445

Please sign in to comment.