Skip to content

Commit 78bafbc

Browse files
author
Jens Riisom Schultz
committed
Added setup instructions for NetBeans
I also fixed a problem with the MD for PhpStorm setup.
1 parent b618803 commit 78bafbc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ Do not forget to declare a variable type $ redis
2727

2828
### Setup in IDE PhpStorm
2929

30-
Menu "File" -> "Settings" -> "PHP" -> <Select path to folder "phpredis-phpdoc">
30+
Menu "File" -> "Settings" -> "PHP" -> _Select path to folder "phpredis-phpdoc"_
3131

3232
### Setup in IDE NetBeans
3333

34+
* Right click your project -> "Properties"
35+
* Select the "PHP Include Path" category
36+
* Click "Add Folder..."
37+
* Select your checkout of phpredis-phpdoc
38+
* Click "Open"
39+
* Click "OK"
3440

3541
### Setup in IDE Eclipse PDT
3642

0 commit comments

Comments
 (0)