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,