Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Aug 16, 2024
1 parent 47fcf7b commit 7664c9b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Quick and dirty programm for interfacing with the Modem AT Command interface on

## TL;DR

ToDo
```bash
# Download from GitHub
wget -O /data/t5g-at https://github.com/freifunk-darmstadt/t5g-at-interface/releases/download/v0.0.1/t5g-at
# Make Executable
chmod +x /data/t5g-at
# Run
/data/t5g-at
```

## How to compile

Expand Down

0 comments on commit 7664c9b

Please sign in to comment.