Skip to content

Commit

Permalink
docs: Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Mar 1, 2023
1 parent 04ee87c commit 84b204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Run:
```bash
curl -sL "https://raw.githubusercontent.com/pluveto/flydav/main/scripts/installer.sh" -o /tmp/flydav-installer.sh
sudo chmod +x /tmp/flydav-installer.sh
sudo bash
sudo bash /tmp/flydav-installer.sh
```

And interactive to configure the service.
Expand Down

0 comments on commit 84b204b

Please sign in to comment.