From 2e621ee8fbfeb63eb572dcb5b4762aceec2373e7 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 19 May 2022 12:40:58 -0400 Subject: [PATCH] docs: fix ssh commands in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d3133787b257314401f780d29d09d714f4b8eb8..e45dd4562d1b1dc700c4c8ac886ec92da59f16ef 100644 --- a/README.md +++ b/README.md @@ -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