We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b40f52 commit 66c3f41Copy full SHA for 66c3f41
README.md
@@ -104,7 +104,15 @@ $menu->open();
104
105
#### Examples
106
107
-Check out the [examples](examples) directory and run them to check out what is possible!
+Check out the [examples](examples) directory and run them to see what is possible! The best way to run the examples is to git clone the repository:
108
+
109
+```shell
110
+git clone git@github.com:php-school/cli-menu.git
111
+cd cli-menu
112
+composer install --no-dev
113
+cd examples
114
+php basic.php
115
+```
116
117
##### Basic Menu
118
<img width="600" alt="basic" src="https://cloud.githubusercontent.com/assets/2817002/11442386/cb0e41a2-950c-11e5-8dd6-913aeab1632a.png">
0 commit comments