Skip to content

Commit

Permalink
docs: readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 2, 2023
1 parent 65a0e4d commit 48d696b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A tasty, self-hostable Git server for the command line. 馃崷
<img src="https://stuff.charm.sh/soft-serve/soft-serve-demo.gif?0" alt="Soft Serve screencast">
</picture>

- Glamorous clean SSH TUI
- Easy to navigate TUI available over SSH
- Clone repos over SSH, HTTP, or Git protocol
- Manage repos with SSH
- Create repos on demand with SSH or `git push`
Expand Down Expand Up @@ -290,8 +290,8 @@ ssh -p 23231 localhost user create frankie '-k "ssh-ed25519 AAAATzN..."'
ssh -p 23231 localhost user help
```

Once a user has access, they get `read-only` access to public repositories. And
can create new repositories on the server.
Once a user has access, they get `read-only` access to public repositories.
They can also create new repositories on the server.

Non-admin users can manage their keys using the `pubkey` command:

Expand Down Expand Up @@ -400,15 +400,15 @@ git push charm main
You can delete repositories using the `repo delete <repo>` command.

```sh
ssh -p 23231 localhost repo delete iceacream
ssh -p 23231 localhost repo delete icecream
```

### Renaming Repositories

Use the `repo rename <old> <new>` command to rename existing repositories.

```sh
ssh -p 23231 localhost repo rename iceacream vanilla
ssh -p 23231 localhost repo rename icecream vanilla
```

### Repository Collaborators
Expand Down

0 comments on commit 48d696b

Please sign in to comment.