diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 14:17:48 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 14:17:48 +0200 |
commit | 453b1c684e2c92fad41ad50fa7a2c9a184f960c5 (patch) | |
tree | c7428c789fb73ac18d9ab99bd66d4e23b991b5ce /README.md | |
parent | 4cebe77b6fcc8260ccccece61799a11f4898a0b9 (diff) | |
download | diplonat-453b1c684e2c92fad41ad50fa7a2c9a184f960c5.tar.gz diplonat-453b1c684e2c92fad41ad50fa7a2c9a184f960c5.zip |
Working parsing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do: ```bash consul agent -dev #in a separate terminal, if not already running -consul services register -name=example -port=1337 -tag="diplonat_pub_port=1337" +consul services register -name=example -port=1337 -tag="(diplonat ((port 1337) (port 1338)))" consul services -id=example ``` |