Skip to content

Commit

Permalink
simplify playground setup (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz authored Sep 23, 2022
1 parent d3ecffb commit 30d5768
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ Gorse is an open-source recommendation system written in Go. Gorse aims to be a

The playground mode has been prepared for beginners. Just set up a recommender system for GitHub repositories by following commands.

- Linux (amd64):
- Linux/macOS:

```bash
wget https://github.com/gorse-io/gorse/releases/latest/download/gorse_linux_amd64.zip
unzip gorse_linux_amd64.zip
./gorse-in-one_linux_amd64 --playground
curl -fsSL https://gorse.io/playground | bash
```

> For other operating systems and architectures, please visit [GitHub Release](https://github.com/gorse-io/gorse/releases) for download links.
- Docker:

```bash
Expand Down

0 comments on commit 30d5768

Please sign in to comment.