From 3c6897e2cdc4abfb0146422a5d04ef52ce42ac6d Mon Sep 17 00:00:00 2001 From: Ajinkya Bawaskar Date: Sun, 9 May 2021 14:49:51 +0530 Subject: [PATCH] Update getting_started_development.md (#1355) Changed name of the repository cloned from `hassos` to `operating-system` --- Documentation/getting_started_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/getting_started_development.md b/Documentation/getting_started_development.md index 90d832f63..cf9c4d11b 100644 --- a/Documentation/getting_started_development.md +++ b/Documentation/getting_started_development.md @@ -32,7 +32,7 @@ $ sudo systemctl --no-pager status docker -n0 Now, change your working directory to your home-assistant/operating-system repository checkout (please adapt path names as needed), make sure your intended changes to the source tree are applied (and committed, ideally :)), and execute the `enter.sh` helper script: ```bash -$ cd ~/codebase/hassos/ +$ cd ~/codebase/operating-system/ $ sudo scripts/enter.sh Sending build context to Docker daemon 30.48MB Step 1/6 : FROM ubuntu:18.04