Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 30b304f

Browse files
authored
updating the getting started page to reflect the menu dropdown option (#145)
1 parent a510dbe commit 30b304f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Documentation/Images/Step_7A_2.png

1.02 MB
Loading

GettingStarted.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,22 @@ If you are not automatically prompted to select a kit after a few seconds of loa
8383

8484
Click "Build" in the CMake Tools status bar to build the selected target.
8585

86-
![Step five image](/Documentation/Images/Step_6.png?raw=true "Build")
86+
![Step six image](/Documentation/Images/Step_6.png?raw=true "Build")
8787

8888
## Step 7: Running the HElib Example (Point and Click)
8989

90-
When the build has finished, click "Launch" in the CMake Tools status bar to launch the selected target in the terminal window.
90+
When the build has finished, click "Launch" in the CMake Tools status bar to launch the selected target in the terminal window. A dropdown will animate on screen with different demos to choose from to run. Select one, click enter, and it will run that program.
91+
92+
![Step seven image](/Documentation/Images/Step_7A_2.png?raw=true "dropdown menu choose")
9193

9294
Each demonstration application is in a self contained directory in the examples folder in the IDE. Each demo application directory contains a *README.md* that explains how to run the demo and what you should
93-
expect for results. For instance, the <a href="samples/BGV_world_country_db_lookup/README.md" target="_blank">BGV World Country Database Lookup Example Documentation</a> contains the information to run a complete example of a privacy preserving search against an encrypted database. The database is a key value store prepopulated with the english names of countries and their capital cities from the continent of Europe. Selecting the country will perform a search of the matching capital.
95+
expect for results. For instance, the <a href="samples/BGV_world_country_db_lookup/README.md" target="_blank">BGV World Country Database Lookup Example Documentation</a> contains the information to run a complete example of a privacy preserving search against an encrypted database. The database is a key value store prepopulated with the english names of countries and their capital cities from around the world. Selecting the country will perform a search of the matching capital.
9496

95-
![Step six image](/Documentation/Images/Step_7A.png?raw=true "example running")
97+
![Step seven image](/Documentation/Images/Step_7A.png?raw=true "example running")
9698

97-
Follow the text in the demo specific documentation you have chosen. For example, if using the privacy preserving country database search, enter a European country as input to find out its capital city. In the image below, the example used is `Sweden`.
99+
Follow the text in the demo specific documentation you have chosen. For example, if using the privacy preserving country database search, enter a country as input to find out its capital city. In the image below, the example used is `Sweden`.
98100

99-
![Step six image](/Documentation/Images/Step_7B.png?raw=true "example running")
101+
![Step seven image](/Documentation/Images/Step_7B.png?raw=true "example running")
100102

101103
Congratulations, you are running an example program using HElib!
102104

0 commit comments

Comments
 (0)