aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-10 11:31:25 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-10 11:31:25 +0200
commit1cb388096655d77709a645eedb6b5cc3cd5f402a (patch)
tree51ca3d6de4b707a96f7af146618f201df8105086
parenteabb52a6c0028bc4e4bf9cb1cf1add28ab3df185 (diff)
downloadtricot-ws.tar.gz
tricot-ws.zip
Better docws
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 243c9c9..7069b71 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,19 @@ cargo run -- --letsencrypt-email you@example.com --http-bind-addr [::1]:8080 --h
Register services:
-```
+```bash
+cd examples/node
+npm install
+node server.mjs
consul services register -name=localhost -tag="tricot localhost" -address [::1] -port 3000
```
+Test it:
+
+```
+node client.mjs
+```
+
## License