From 93a39bf81a893b61bbdba189a4b3c40749d11189 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 6 Jun 2024 16:14:30 +1000 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 663bb795..fd52527f 100644 --- a/README.md +++ b/README.md @@ -368,10 +368,10 @@ ssh umbrel@umbrel.local (SSH password is the same as your Umbrel's homescreen password) -2\. This next step will become easier in the future, but for now, we need to manually copy the app directory to the app-store directory in the VM in order to test our app: +2\. This next step will become easier in the future, but for now, we need to manually copy the app directory (with dotfiles excluded) to the app-store directory on your umbrelOS device in order to test our app: ```sh -scp -r /btc-rpc-explorer/ umbrel@umbrel.local:/home/umbrel/umbrel/app-stores/getumbrel-umbrel-apps-github-53f74447/ +rsync -av --exclude=".*" /btc-rpc-explorer umbrel@umbrel.local:/home/umbrel/umbrel/app-stores/getumbrel-umbrel-apps-github-53f74447/ ``` 3\. We can now install our app through the homescreen or via the terminal with: