From 92788f7828dd3d8e27a0c40df8c5d110f379f253 Mon Sep 17 00:00:00 2001 From: azizChebbi Date: Tue, 29 Aug 2023 12:51:20 +0100 Subject: [PATCH] change 'make start' command to 'make run' command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dee804f9a1..27531eb233c 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Clone this repository and run `make install` to grab the dependencies, then `mak ### Online one-click Setup -You can use Gitpod (an open source, online VS Code-like IDE) for working on issues and making PRs. With a single click it will launch a workspace and automatically clone the repo, run `make install` and `make start` so that you can start straight away. +You can use Gitpod (an open source, online VS Code-like IDE) for working on issues and making PRs. With a single click it will launch a workspace and automatically clone the repo, run `make install` and `make run` so that you can start straight away. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)