-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme with build instructions
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |