Skip to content

Commit 66c3f41

Browse files
authored
Note on running examples
1 parent 9b40f52 commit 66c3f41

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,15 @@ $menu->open();
104104

105105
#### Examples
106106

107-
Check out the [examples](examples) directory and run them to check out what is possible!
107+
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+
```
108116

109117
##### Basic Menu
110118
<img width="600" alt="basic" src="https://cloud.githubusercontent.com/assets/2817002/11442386/cb0e41a2-950c-11e5-8dd6-913aeab1632a.png">

0 commit comments

Comments
 (0)