Skip to content

Commit

Permalink
Simplify Go installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Dec 9, 2021
1 parent 5171b1b commit bdee7eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ macOS, and Windows.

[releases]: https://github.com/charmbracelet/soft-serve/releases

Or just build and install it with `go`:
Or just install it with `go`:

```bash
git clone ssh://git.charm.sh/soft-serve
cd soft-serve/cmd/soft
go install
go install github.com/charmbracelet/soft-serve/cmd/soft@latest
```

## Setting up a server
Expand Down

0 comments on commit bdee7eb

Please sign in to comment.