From c5a23fa035f7a04c551ab78178c837e26402aabc Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Wed, 26 Jul 2023 22:10:59 +0100 Subject: [PATCH] Added run section with primaite session command in the README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 53d58509..326cc27e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ pip install https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/relea primaite setup ``` +**Run:** + +``` bash +primaite session +``` + #### Unix **Prerequisites:** @@ -47,6 +53,12 @@ pip install https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE/relea primaite setup ``` +**Run:** + +``` bash +primaite session +``` + ### Developer Install from Source To make your own changes to PrimAITE, perform the install from source (developer install)