Update getting_started_development.md (#1355)

Changed name of the repository cloned from `hassos` to `operating-system`
This commit is contained in:
Ajinkya Bawaskar 2021-05-09 14:49:51 +05:30 committed by GitHub
parent 7afe867fd5
commit 3c6897e2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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