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

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ma111e committed Feb 14, 2025
1 parent a58ba79 commit 5173aa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
To install Melody, clone the repo or grab the latest :

```bash
git clone /~https://github.com/bonjourmalware/melody /opt/melody
git clone /~https://github.com/ma111e/melody /opt/melody

cd /opt/melody

Expand Down
3 changes: 1 addition & 2 deletions docs/docs/links.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
+ The project is maintained in the [Github repository](/~https://github.com/bonjourmalware/melody)
+ Follow [@bonjourmalware](https://twitter/bonjourmalware) on Twitter for updates
+ The project is now archived in the [Github repository](/~https://github.com/ma111e/melody)
8 changes: 4 additions & 4 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### TL;DR
#### Release
Get the latest release at `/~https://github.com/bonjourmalware/melody/releases`.
Get the latest release at `/~https://github.com/ma111e/melody/releases`.

```bash
make install # Set default outfacing interface
Expand Down Expand Up @@ -30,7 +30,7 @@ tail -f /opt/melody/logs/melody.ndjson # | jq

```bash

git clone /~https://github.com/bonjourmalware/melody /opt/melody
git clone /~https://github.com/ma111e/melody /opt/melody
cd /opt/melody
make build
```
Expand Down Expand Up @@ -78,7 +78,7 @@ You'll need the following info :
Clone the repo to get the default rules and configuration files :

```git
git clone /~https://github.com/bonjourmalware/melody
git clone /~https://github.com/ma111e/melody
```

!!! Tip
Expand Down Expand Up @@ -114,7 +114,7 @@ sudo setcap cap_net_raw,cap_setpcap=ep ./melody

### Grab a release

You can grab the latest release by visiting [/~https://github.com/bonjourmalware/melody/releases/latest](/~https://github.com/bonjourmalware/melody/releases/latest).
You can grab the latest release by visiting [/~https://github.com/ma111e/melody/releases/latest](/~https://github.com/ma111e/melody/releases/latest).

### Docker
You can also use Docker and pull the image from Docker Hub :
Expand Down

0 comments on commit 5173aa6

Please sign in to comment.