Browse Source

Update README to suggest using repo checkout subcommand

main
Steven Briscoe 2 years ago
parent
commit
695b79bfb1
  1. 9
      README.md

9
README.md

@ -300,8 +300,7 @@ Once Umbrel has started, the Web UI will be accessible at the IP address of the
```sh ```sh
cd umbrel cd umbrel
sudo ./scripts/repo set https://github.com/<username>/umbrel-apps.git sudo ./scripts/repo checkout https://github.com/<username>/umbrel-apps.git
sudo ./scripts/repo update
``` ```
3\. And finally, it's time to install our app: 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 ```sh
cd getumbrel/umbrel cd getumbrel/umbrel
sudo ./scripts/repo set https://github.com/<username>/umbrel-apps.git sudo ./scripts/repo checkout https://github.com/<username>/umbrel-apps.git
sudo ./scripts/repo update
``` ```
4\. And finally, it's time to install our app: 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: 2\. Next, we'll switch to the forked remote app repo:
```sh ```sh
sudo ./scripts/repo set https://github.com/<username>/umbrel-apps.git sudo ./scripts/repo checkout https://github.com/<username>/umbrel-apps.git
sudo ./scripts/repo update
``` ```
3\. Once the repo has updated, it's time to test our app: 3\. Once the repo has updated, it's time to test our app:

Loading…
Cancel
Save