Skip to content

Commit

Permalink
Updated readme with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
omgftw committed Jun 25, 2017
1 parent 692a0e0 commit 4ac71a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
A save manager for dark souls.

Can be used with any game that uses only a single save file.

To use:
Get node: https://nodejs.org
Run "npm install" from command line in the root directory (The directory containing "package.json")
Run "gulp electron-build"
Run "electron.exe" in the "dist" folder

To develop:
Get node: https://nodejs.org
Run "npm install" from command line in the root directory (The directory containing "package.json")
Run "npm install -g electron"
Run "electron main.js" from command line in the root directory
Open the project in your favorite editor/IDE and edit the files in the "app" folder
After making changes hit "Ctrl+R" or select "View -> Reload" From the menu

0 comments on commit 4ac71a6

Please sign in to comment.