From 4e67233bf2440974d475dd16e055b419429d5b75 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Fri, 8 Dec 2023 16:06:08 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79698f6a4f..91fecf76bc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Refer to the documentation sections [Setup](https://restheart.org/docs/setup) or One-liner to run RESTHeart with Docker: ``` -$ curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart +curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart ``` ## The Framework