diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 19:50:28 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 19:50:28 +0000 |
commit | 87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0 (patch) | |
tree | 369c86768532c6fe0e74c6b95a455b53c6b7ebce | |
parent | a40654132655fc3f5e57f31cb8eda36a28ec6d1d (diff) | |
download | communique-87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0.tar.gz |
readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,19 +38,19 @@ Run the following steps to see the example above in action. 1. Clone the repository - git clone https://git.capotej.com/capotej/communique + git clone https://git.capotej.com/capotej/communique 2. Go to the directory - cd communique + cd communique 3. Compile and run it (feel free to click Deny on any firewall warnings) - go run main.go + go run main.go 4. In another terminal, you can now see the actor page - curl -H 'Accept: application/json' http://localhost:8080/actors/sample | python3 -m json.tool + curl -H 'Accept: application/json' http://localhost:8080/actors/sample | python3 -m json.tool 5. And their outbox |