Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Feb 5, 2023
1 parent 57b9e4f commit 171b433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ See the `docker-compose.yml` example below.

#### How to generate a UUID

If you already have a UUID that was generated for the ADSBExchange service, feel free to reuse that one. If you don't have one, you can generate one by logging onto you Linux machine (Raspberry Pi, etc.) and giving this command:
If you already have a `UUID` that was generated for the ADSBExchange service, feel free to reuse that one. If you don't have one, you can generate one by logging onto you Linux machine (Raspberry Pi, etc.) and giving this command:

```
cat /proc/sys/kernel/random/uuid
```

You can use the output string of this command (in format of `00000000-0000-0000-0000-000000000000`) as your UUID
You can use the output string of this command (in format of `00000000-0000-0000-0000-000000000000`) as your UUID

#### `MLAT_CONFIG` syntax

Expand All @@ -63,7 +63,7 @@ See the `docker-compose.yml` example below.

## `docker-compose.yml` snippet

```
```yaml
multifeeder:
image: ghcr.io/sdr-enthusiasts/docker-multifeeder
tty: true
Expand Down

0 comments on commit 171b433

Please sign in to comment.