From 8f0f25fa5b63e8757e91f7efdeb58189a6f01b62 Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Wed, 26 Jun 2019 00:49:54 +0200 Subject: [PATCH] Misleading instructions. --- tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial.md b/tutorial.md index c79518a2..db81e0bc 100644 --- a/tutorial.md +++ b/tutorial.md @@ -27,13 +27,13 @@ The command will output to stderr the number of registers, rounds and other para To run the program, you first need to set up the parameters of the different players. This can be done with the following command. ``` -sh Scripts/setup-online.sh +Scripts/setup-online.sh ``` To simply run the program between 2 parties simulated locally, type in terminal: ``` -sh Scripts/run-online.sh addition +Scripts/run-online.sh addition ```