From becd4e691a1e7fee9609882fe7bc2d135d6256a4 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sat, 10 Dec 2022 15:51:10 -0500 Subject: [PATCH] Simplify Example Path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df2b85f..2eef5d5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This path is used to store all home assistant related things. You can reconfigure this path during installation with ```bash -DATA_SHARE=/my/own/homeassistant dpkg --force-confdef --force-confold -i /srv/setup/homeassistant-supervised.deb +DATA_SHARE=/my/own/homeassistant dpkg --force-confdef --force-confold -i homeassistant-supervised.deb ``` ## Troubleshooting