From 4b8a284349f330270ed189c91402e3de59a8f2c5 Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Wed, 15 Jun 2022 15:55:32 -0400 Subject: [PATCH] add how to view the page to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7dd6cf8..7715c73 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,7 @@ On first run, the client will generate a keypair for you according to the spring This key has to meet a certain specification, so it may take up to a half hour to generate on the first run. The code to generate it is totally unoptimized and can probably be sped up, if you want to be the one to do that, awesome. `echo "testing" | go run client/main.go` + +## view the content + +go to http://localhost:8000 while the server is running