From 48d696b46aef65f2e88ab0a65b9b31224d211178 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 18 Apr 2023 10:10:53 -0400 Subject: [PATCH] docs: readme typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da9bb4ce4..4220e3c1f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A tasty, self-hostable Git server for the command line. 🍦 Soft Serve screencast -- 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` @@ -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: @@ -400,7 +400,7 @@ git push charm main You can delete repositories using the `repo delete ` command. ```sh -ssh -p 23231 localhost repo delete iceacream +ssh -p 23231 localhost repo delete icecream ``` ### Renaming Repositories @@ -408,7 +408,7 @@ ssh -p 23231 localhost repo delete iceacream Use the `repo rename ` command to rename existing repositories. ```sh -ssh -p 23231 localhost repo rename iceacream vanilla +ssh -p 23231 localhost repo rename icecream vanilla ``` ### Repository Collaborators