From 78679f289714dd3e5666b9639107dcd9b1571f0c Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 2 Mar 2023 09:57:31 +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 ee57efed11..f05ae5acb7 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ See the [Quick Guide](https://doc.owncloud.com/ocis/next/quickguide/quickguide.h ### Use the ocis Repo as Source -Use this method to run an instance with the latest code. This is only recommended for development purposes. The minimum go version required is 1.19. To build and run a local instance with demo users: +Use this method to run an instance with the latest code. This is only recommended for development purposes. The minimum go version required is 1.19. Note that you need as prerequisite a C compile environment installed because some dependences like reva have components that require c-go libraries/tool-chains. The command installing for debian based systems is: `sudo apt install build-essentials`. To build and run a local instance with demo users: ```console # get the source