From 30d5768d2f4ffce9df13fb96d6a18a9f8d44eac5 Mon Sep 17 00:00:00 2001 From: zhenghaoz Date: Fri, 23 Sep 2022 21:08:56 +0800 Subject: [PATCH] simplify playground setup (#561) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ec5397fb..d90547e60 100644 --- a/README.md +++ b/README.md @@ -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