From e191d81fbb4055e2fe61d8301647b91409e71dae Mon Sep 17 00:00:00 2001 From: Henning Kopp Date: Thu, 21 Sep 2017 11:58:39 +0200 Subject: [PATCH] added generation of player parameters to tutorial --- tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorial.md b/tutorial.md index 5b8a1285..73374154 100644 --- a/tutorial.md +++ b/tutorial.md @@ -26,6 +26,12 @@ For that, type in terminal: The command will output to stderr the number of registers, rounds and other parameters used for measuring the requirements from the offline phase. +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 +``` + To simply run the program between 2 parties simulated locally, type in terminal: ```