diff --git a/example/README.md b/example/README.md index daac6b5..5a2ac6f 100755 --- a/example/README.md +++ b/example/README.md @@ -35,6 +35,15 @@ In a separate terminal window, run the subscriber: #### Run TORch Agent in Vagrant +[Build](..) the latest source into a Debian package and copy it to `example/` + +```bash +cd .. +./make-pkg.sh john@doe.com +cp -f build/torch-agent_0.0.1-1_all.deb example/ +cd example +``` + Run the Vagrant box in a third terminal window: ```bash