diff --git a/README.md b/README.md index 5bbf660..6fcb467 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ Cultural Algorithms optimization framework - During setup, select support for **F# language** and **.Net Core**. The Visual Studio setup utility has 'Workloads' that bundle commonly used features. Select appropriate boxes as shown below to get F# and .Net core installed: + ![visual studio setup utility view](imgs/setup.jpg) - After VS is installed, open the 'solution' file CALib.sln with Visual Studio - In the 'Solution Explorer' window right click on the root of the tree and select "Restore NuGet Packages" as shown below: + ![restore nuget packages for the solution](imgs/restore.jpg) - After the package load is complete, compile solution to check configuration validity