Skip to content

Commit

Permalink
Merge pull request singnet#54 from arturgontijo/master
Browse files Browse the repository at this point in the history
[howToPublishService] Insert buildproto step
  • Loading branch information
arturgontijo authored Dec 13, 2018
2 parents 383fecb + 458d735 commit 2bcd608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/howToPublishService/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,11 @@ For our example, replace tags with these values:
}
```

Now run the service (that will run and instance of `SNET Daemon`) from the same path where `snet.config.json` is:
Now compile the protobuf file and run the service (that will run and instance of `SNET Daemon`)
from the same path where `snet.config.json` is:

```
# sh buildproto.sh
# python3.6 run_example_service.py
```

Expand Down

0 comments on commit 2bcd608

Please sign in to comment.