Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Updated documentation on running pegaswitch. #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usage
=====

1. Ensure port 53, 80, and 8100 are open on the computer running pegaswitch.
2. Start pegaswitch with `sudo node start.js`
2. Start pegaswitch with `sudo npm start`
3. Configure your Switch DNS settings to point to the IP of your computer.
4. Run a connection test to trigger the Captive Portal. (Likewise, going into an update page will do the same.)
5. **STRONG SUGGESTION**: If this is your first time running PegaSwitch on a new console, run the command `evalfile usefulscripts/SetupNew.js` to set up useful settings.
Expand All @@ -45,7 +45,7 @@ You can override the IP address that pegaswitch responds with by passing an `--i

eg.
```
sudo node start.js --ip 1.2.3.4
sudo npm start --ip 1.2.3.4
```

### Windows support
Expand All @@ -56,7 +56,7 @@ If --logfile is not specified, pegaswitch.log is used. You may open it with the

ex:
```
C:\pegaswitch\> node start.js --logfile log.txt
C:\pegaswitch\> npm start --logfile log.txt
```

If you encounter problems using pegaswitch on Windows, we suggest installing through WSL.
Expand Down