Skip to content

Commit 5d3a8cd

Browse files
committedJan 21, 2014
Add missing part in path
Git clone creates a directory named after the project you are cloning. The initial step to change directory assumed we were already in the cloned directory, which would not be the case if you had just run the command above it.
1 parent 80d3cff commit 5d3a8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you need to install libgit2 before make php-git.
1919

2020
````
2121
git clone https://github.com/libgit2/php-git.git --recursive
22-
cd libgit2
22+
cd php-git/libgit2
2323
mkdir build && cd build
2424
cmake ..
2525
cmake -DBUILD_SHARED_LIBS=OFF -build .

0 commit comments

Comments
 (0)
Please sign in to comment.