From 695b79bfb1f79bef956b6812f915cc91e6addb20 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Fri, 28 Oct 2022 17:24:55 +1000 Subject: [PATCH] Update README to suggest using repo checkout subcommand --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fd41e2..7c3b7a2 100644 --- a/README.md +++ b/README.md @@ -300,8 +300,7 @@ Once Umbrel has started, the Web UI will be accessible at the IP address of the ```sh cd umbrel -sudo ./scripts/repo set https://github.com//umbrel-apps.git -sudo ./scripts/repo update +sudo ./scripts/repo checkout https://github.com//umbrel-apps.git ``` 3\. And finally, it's time to install our app: @@ -349,8 +348,7 @@ After the VM has booted, we can verify if the Umbrel dashboard is accessible at ```sh cd getumbrel/umbrel -sudo ./scripts/repo set https://github.com//umbrel-apps.git -sudo ./scripts/repo update +sudo ./scripts/repo checkout https://github.com//umbrel-apps.git ``` 4\. And finally, it's time to install our app: @@ -385,8 +383,7 @@ ssh umbrel@umbrel.local 2\. Next, we'll switch to the forked remote app repo: ```sh -sudo ./scripts/repo set https://github.com//umbrel-apps.git -sudo ./scripts/repo update +sudo ./scripts/repo checkout https://github.com//umbrel-apps.git ``` 3\. Once the repo has updated, it's time to test our app: