Commit 8ae476ee authored by jy1263's avatar jy1263 Committed by GitHub

Update README.md

parent 4715a94b
# customspeens-client # customspeens-client
Spin Rhythm XD Custom Songs Client Spin Rhythm XD Custom Songs Client
# Compilation Instructions (Windows) ## Compilation Instructions (Windows)
1. Clone the repository. 1. Clone the repository.
2. Install [node.js](https://nodejs.org/) 2. Install [node.js](https://nodejs.org/)
3. Open the node.js command prompt and install electron globally with ```npm install electron -g``` 3. Open the node.js command prompt and install electron globally with ```npm install electron -g```
4. Using the node.js command prompt, cd to where you cloned the repository. 4. Using the node.js command prompt, cd to where you cloned the repository.
5. Install electron-dl with ```npm install electron-dl``` 5. Install electron-dl with ```npm install electron-dl```
6. Run ```electron .``` 6. Run ```electron .```
<br> ### Package Electron App
## Package Electron App
7. Install electron-packager with ```npm install electron-packager -g``` 7. Install electron-packager with ```npm install electron-packager -g```
8. Using the node.js command prompt, cd to where you cloned the repository. 8. Using the node.js command prompt, cd to where you cloned the repository.
9. Run ```electron-packager .``` 9. Run ```electron-packager .```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment