Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolocarcagni authored Mar 1, 2022
1 parent 367ee91 commit d53d03a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# AntennaPlusPlus
Tool for hamradio and for anyone who wants to build an antenna for themselves
<p align="center">
<a href="https://github.com/iTzNikolovich">
<img alt="iTzNikolovich" src="https://i.imgur.com/458PzHb.png" width="250" />
</a>
</p>

# Compile from source

```bash
$ g++ -o AntennaPlusPlus AntennaPlusPlus.cpp
```

# Execute

```bash
$ ./AntennaPlusPlus
```

0 comments on commit d53d03a

Please sign in to comment.