From 5f57018f6f233ab08dd66da6b4f2393723155781 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 1 Jul 2023 14:48:46 -0400 Subject: [PATCH] Update instructions --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4b61963..9bd0110 100644 --- a/README.org +++ b/README.org @@ -7,4 +7,6 @@ 1. Clone this repository: ~git clone https://git.chrishayward.xyz/x/users.git && cd users~ 2. Load the development shell: ~nix develop~ 3. Build the application: ~users-build~ -4. Run the test server: ~users-run~ +4. Run the test server: ~users-test~ +5. The gRPC server is available on *localhost:8080* +6. The HTTP gateway is available on *localhost:8081*