Skip to content

Commit

Permalink
Remove broken URL where Github encodes the brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Sep 11, 2024
1 parent 8320f66 commit eb52848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ After installation, you can run the Sequence Tube Map:
```
Note that this is using **npm**, not **nvm** as in the previous step.
5. Open the Sequence Tube Map in your browser.
- If you are running the Sequence Tube Map on your local computer, you can visit [http://[::]:3001](http://[::]:3001) or [http://localhost:3001](http://localhost:3001).
- If you are running the Sequence Tube Map on your local computer, you can visit [http://localhost:3001](http://localhost:3001).
- If you are running the Sequence Tube Map on a *different* computer (for example, one accessed by SSH), you will need to connect to it there. You can try browsing to port 3001 on that machine's hostname. For example, if you connected with `ssh [email protected]`, then `bigserver.example.edu` is the hostname, and you want to visit `http://bigserver.example.edu:3001`. If that doesn't work, you can try setting up an SSH tunnel by making a second SSH connection with:
```
ssh -L 3001:localhost:3001 [email protected]
Expand Down

0 comments on commit eb52848

Please sign in to comment.