From 677ac1492d291b6b5bf7421960b10a889b75cb45 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Thu, 26 Aug 2021 12:17:36 +0530 Subject: [PATCH] fix : Dev setup Signed-off-by: Naveen MR --- README.md | 2 +- packages/noco-docs/content/en/getting-started/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 417b77479a..de562e3e54 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ docker-compose up | NC_DISABLE_TELE | No | Disable telemetry | | | NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used | -# Running locally +# Development setup ``` git clone https://github.com/nocodb/nocodb cd nocodb diff --git a/packages/noco-docs/content/en/getting-started/installation.md b/packages/noco-docs/content/en/getting-started/installation.md index d6451bba87..f1cc5650c5 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -65,7 +65,7 @@ Simple installation - takes about three minutes! > To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. In older version mount at `/usr/src/app`. -## Local Setup +## Development Setup If you want to modify the source code,