Skip to content

Commit c9d81a6

Browse files
author
Martin Köditz
authored
Update Readme.md
Corrected repository path.
1 parent 5d41b87 commit c9d81a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ zypper in php7-devel
1212

1313
Now make sure you provide the fbclient.so and the header files (ibase.h). These are needed to compile. You can specify the include path for the ibase.h file with CPPFLAGS as you can see in the following listing.
1414
```
15-
$ git clone https://github.com/MartinKoeditz/php_firebird.git php-firebird
15+
$ git clone https://github.com/MartinKoeditz/php-firebird.git
1616
$ cd php-firebird
1717
$ phpize
1818
$ CPPFLAGS=-I/usr/include/firebird ./configure

0 commit comments

Comments
 (0)