Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giwty authored and giwty committed Jul 3, 2020
1 parent e5e3e14 commit 6caef04
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Switch library manager
Easily manage your switch game backups
![Image description](https://raw.githubusercontent.com/giwty/nsp-update/master/screenshot.png)
Easily manage your switch game backups

![Image description](https://raw.githubusercontent.com/giwty/nsp-update/master/updates_ui.png)

![Image description](https://raw.githubusercontent.com/giwty/nsp-update/master/dlc_ui.png)

![Image description](https://raw.githubusercontent.com/giwty/nsp-update/master/cmd.png)

#### Features:
- Cross platform, works on Windows / Mac / Linux
Expand Down Expand Up @@ -55,22 +60,27 @@ The following template elements are supported:
- {DLC_NAME} - DLC name (only applicable to DLCs)
## Usage
##### Windows
- Run `cmd.exe`
- `cd` to the folder containing `nsp-update.exe`
- Run `nsp-update.exe'
- Optionally -f "X:\folder\containing\nsp\files"`
- Optionally add `-r` to recursively scan for nested folders
- Edit the settings.json file for additional options
- Extract the zip file
- Double click the Exe file
- If you want to use command line mode, update the settings.json with `'GUI':false`
- Open `cmd`
- Run `switch-backup-manager.exe`
- Optionally -f `X:\folder\containing\nsp\files"`
- Optionally add `-r` to recursively scan for nested folders
- Edit the settings.json file for additional options


##### macOS or Linux
- Open your Terminal
- `cd` to the folder containing `nsp-update`
- `chmod +x nsp-update` to make it executable
- Run `./nsp-update'
- Optionally -f "X:\folder\containing\nsp\files"`
- Optionally add `-r` to recursively scan for nested folders
- Edit the settings.json file for additional options
- Extract the zip file
- Double click the App file
- If you want to use command line mode, update the settings.json with `'GUI':false`
- Open your Terminal
- `cd` to the folder containing `switch-backup-manager`
- `chmod +x switch-backup-manager` to make it executable
- Run `./switch-backup-manager'
- Optionally -f `X:\folder\containing\nsp\files"`
- Optionally add `-r` to recursively scan for nested folders
- Edit the settings.json file for additional options

## Building
- Install and setup latest Go
Expand Down

0 comments on commit 6caef04

Please # to comment.