8000 Fix small issue on README · libgit2/libgit2@30f92e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f92e8

Browse files
committed
Fix small issue on README
1 parent 4d38f13 commit 30f92e8

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
@@ -290,7 +290,7 @@ To list all build options and their current value, you can do the
290290
following:
291291

292292
# Create and set up a build directory
293-
$ mkdir build
293+
$ mkdir build && cd build
294294
$ cmake ..
295295
# List all build options and their values
296296
$ cmake -L

0 commit comments

Comments
 (0)
0