Update README with build/run instructions

This commit is contained in:
Pim van Pelt
2021-09-05 15:39:26 +00:00
parent a621d560cd
commit 8256c6abfc

View File

@ -30,7 +30,11 @@ Install `pyinstaller` to build a binary distribution
```
sudo pip install pyinstaller
pyinstaller vpp-snmp-agent.py --onefile
## Run it on console
dist/vpp-snmp-agent
## Install
sudo mkdir -p /usr/local/sbin/
sudo cp dist/vpp-snmp-agent /usr/local/sbin/
```