Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ma111e authored Aug 25, 2021
1 parent 499311e commit 0c0458c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ There is a lot of rom for improvement though, so here are some features that I'd
Get the latest release at `https://github.com/bonjourmalware/melody/releases`.

```bash
make install # Set default outfacing interface
make cap # Set network capabilities to start Melody without elevated privileges
make certs # Make self signed certs for the HTTPS fileserver
make default_rules # Enable the default rules
make service # Create a systemd service to restart the program automatically and launch it at startup
make install # Set default outfacing interface
make cap # Set network capabilities to start Melody without elevated privileges
make certs # Make self signed certs for the HTTPS fileserver
make enable_all_rules # Enable the default rules
make service # Create a systemd service to restart the program automatically and launch it at startup

sudo systemctl stop melody # Stop the service while we're configuring it
```
Expand Down Expand Up @@ -125,8 +125,8 @@ Then continue with the steps from the [release](#release) TL;DR.
### Docker

```bash
make certs # Make self signed certs for the HTTPS fileserver
make default_rules # Enable the default rules
make certs # Make self signed certs for the HTTPS fileserver
make enable_all_rules # Enable the default rules
mkdir -p /opt/melody/logs
cd /opt/melody/

Expand Down

0 comments on commit 0c0458c

Please # to comment.