From 8256c6abfcb300b690f9e74f9d188747fb5b4046 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 5 Sep 2021 15:39:26 +0000 Subject: [PATCH] Update README with build/run instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4155bea..598a212 100644 --- a/README.md +++ b/README.md @@ -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/ ```