From 34a6b38c57bfbaaa0a966ab07b6a0624409694b1 Mon Sep 17 00:00:00 2001 From: Marie-agnes Peraldi-Frati <marie-agnes.peraldi_frati@inria.fr> Date: Thu, 1 Apr 2021 11:52:09 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c3c71c..b63ba25 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,16 @@ Here is a fast install procedure to run the simulator : 3-Create an OMNet++ project - Choose "Empty Project with src and simulations folders" -- delete a "package.ned" file that has been generated in the project +- Delete a "package.ned" file that has been generated in the project - In the src folder -> Import code file system by selecting the local src folder that contains the gitlab code 4-Build your project - click right on the package -> Build Project 5-Run a simulation -- click right on the package -- choose the src/omnetpp.ini as configuration file -- you are now able to run multiple simulations with different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...) +- Click right on the package -> Run As-> Run Simulation +- Choose the src/omnetpp.ini as configuration file +- You are now able to run multiple simulations by choosing different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...) Enjoy ! The STF589 teams -- GitLab