Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Jan 4, 2025
1 parent 4c18333 commit 1c53cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,17 @@ project sdump
### How to use public hosted version

```sh
ssh -p 2222 ssh.sdump.app
ssh -t -p 2222 ssh.sdump.app
```

#### You can also proxy to your local server

```sh
ssh -p 2222 -t ssh.sdump.app http 4200
```

> URLs are persisted by default as long as you connect with the same ssh key
## Getting started

- `sdump http`: starts the HTTP server.
Expand Down
Binary file modified assets/sdump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c53cee

Please sign in to comment.