From 571ee138de14c566f5264ef40e2a5b419f64d5e3 Mon Sep 17 00:00:00 2001 From: Marcus W Barone Date: Thu, 28 Oct 2021 16:18:08 -0400 Subject: [PATCH] Update README.md --- SDP_Logger_Scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDP_Logger_Scripts/README.md b/SDP_Logger_Scripts/README.md index 48552a6..7a39e6b 100644 --- a/SDP_Logger_Scripts/README.md +++ b/SDP_Logger_Scripts/README.md @@ -6,7 +6,7 @@ - It also makes a config file for CTFE to use. 3. Whenever you want to run the logger, 1. Start trillian in the trillian repository using ```docker-compose -f examples/deployment/docker-compose.yml up``` - 2. In a seperate terminal, run ```sh run_ctfe.sh``` (or ```bash run_ctfe.sh``` if using WSL2). The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate. + 2. In a seperate terminal, run ```sh run_ctfe.sh```. The terminal window should appear frozen, but will be running CTFE. CTRL+C to terminate. To confirm its working, go to your browser and navigate to http://localhost:6966/sdp/ct/v1/get-sth - If you recieve a response, then the logger is successfully running!