From 69ca930ff2f67458327fb82dfc60af9241bd05d5 Mon Sep 17 00:00:00 2001 From: Toby Padilla Date: Tue, 19 Oct 2021 10:10:56 -0500 Subject: [PATCH] Update hosted Soft Serve url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8e0b045cfcb0d38d4e6805706f9651824693f90..429843da6e544845dd05467e617e516c34f753c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A tasty Git server that runs its own SSH service. 🍦 ## What does it look like? -Just run `ssh beta.charm.sh` for an example. +Just run `ssh git.charm.sh` for an example. ## Building/installing @@ -21,7 +21,7 @@ The Soft Serve command is called `soft`. You can build and install it with `go`: ```bash -git clone ssh://beta.charm.sh/soft-serve +git clone ssh://git.charm.sh/soft-serve cd soft-serve go install ```