Skip to content

Commit

Permalink
docs: fix ssh commands in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 19, 2022
1 parent 3449b98 commit 2e621ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Just run `ssh git.charm.sh` for an example. You can also try some of the followi
ssh git.charm.sh -t soft-serve

# Print out a directory tree for a repo
ssh git.charm.sh soft-serve
ssh git.charm.sh ls soft-serve

# Print a specific file
ssh git.charm.sh soft-serve/cmd/soft/main.go
ssh git.charm.sh cat soft-serve/cmd/soft/main.go

# Print a file with syntax highlighting and line numbers
ssh git.charm.sh soft-serve/cmd/soft/main.go -c -l
ssh git.charm.sh cat soft-serve/cmd/soft/main.go -c -l
```

## Installation
Expand Down

0 comments on commit 2e621ee

Please sign in to comment.