Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
proelbtn committed Oct 6, 2021
1 parent fbbada4 commit e487521
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# vnet - Virtual Network Laboratory

## Install

### Build from source

```
git clone https://github.com/proelbtn/vnet vnet && cd $_
docker run --rm -itv ${PWD}:/work -w /work golang:1.17 go build -o vnet ./cmd/vnet/*.go
mv vnet /usr/local/bin
```

0 comments on commit e487521

Please sign in to comment.