Browse Source

Update README.md

Added command to make sure user is in home directory before completing any commands.
pull/559/head
Will 1 year ago
committed by GitHub
parent
commit
c48ca90c64
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      README.md

1
README.md

@ -58,6 +58,7 @@ Download latest Build.tar file, extract to `/usr/shared/meshtasticd/web`.
```bash
# Extract Build.tar
cd ~
wget https://github.com/meshtastic/web/releases/download/v2.6.0/Build.tar
mkdir -p web && tar xf Build.tar -C web

Loading…
Cancel
Save