Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick M committed Feb 25, 2020
1 parent 5150ad2 commit 5c2f474
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,58 +42,3 @@ This was made with electron and angularjs. This is my first time using both of t
* The Play/Pause button is very dodgy at the moment in terms of click detection, so I gotta fix that
* Put that data structure and algorithm class to good use
* Add comments everywhere




## Run

In the project directory:

```bash
npm start
```

## Make Executable

To make a build for your OS:


for use in npm scripts
```bash
npm install electron-packager --save-dev
```
for use from cli
```bash
sudo npm install electron-packager -g
```
For Linux :
```bash
electron-packager . --overwrite --platform=linux --arch=x64 --prune=true --out=release-builds
```
For Mac :
```bash
electron-packager . --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds
```

For Windows :
```bash
electron-packager . --overwrite --platform=win32 --arch=x64 --prune=true --out=release-builds
```


# Support

I'm a college student looking for cash and I didn't want to riddle this program with ads, so if you'd like to support me and this project donating is an option. Feel free to donate as little as $1, because honestly anything counts.

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQZ6VEAGUQRGW)

[![PayPal](https://www.paypalobjects.com/en_US/i/scr/pixel.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KQZ6VEAGUQRGW)

If you're a hip cool kid and use those new cryptocurrencies:
* Bitcoin Address: 15pKN3XAomW8f1TNLzFyhoKJgLekDP5yXe
* Ethereum Address: 0xF9caC43d666249b619b7B4909759F3CD097800b1
* Litecoin Address: LYUxGtdYrWvfFoDvaPpXRr9eSWzLx4uFUN

Another way to support, but don't want to spend any money (which is fine), is by subscribing to my youtube channel where I will be uploading update videos for the project
Youtube Channel: www.youtube.com/user/Sonicmanqaz/

0 comments on commit 5c2f474

Please sign in to comment.