From e359672b49a155f19bc02e617af3eeb8e7835ee7 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Fri, 28 Oct 2022 17:29:53 +1000 Subject: [PATCH] Update README re app update testing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c3b7a2..b404275 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ That's it! Our BTC RPC Explorer app should now be accessible at http://umbrel-de Let's commit and push our changes to our forked Umbrel app repo then run: ```sh -sudo ./scripts/repo update +sudo ./scripts/repo checkout https://github.com//umbrel-apps.git sudo ./scripts/app update btc-rpc-explorer ``` @@ -364,7 +364,7 @@ That's it! Our BTC RPC Explorer app should now be accessible at http://umbrel-de Let's commit and push our changes to our forked Umbrel app repo then run: ```sh -sudo ./scripts/repo update +sudo ./scripts/repo checkout https://github.com//umbrel-apps.git sudo ./scripts/app update btc-rpc-explorer ```