Update README.md

This commit is contained in:
Tristan B. Kildaire 2020-09-14 12:28:13 +02:00 committed by GitHub
parent 4e93a04b56
commit 675e16dc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions

View File

@ -1,2 +1,24 @@
# redcore
redcore
=======
redNET networking suite
## Build
To build **redCore** (the userspace network engine) do the following:
```bash
make redcore
```
To build **redCtl** (the controm program for redCore) do the following:
```bash
make redctl
```
To build the send tester do the following:
```bash
make testSend
```