Skip to content

Commit 109e514

Browse files
committed
Instructions fixed.
1 parent 5d7f13a commit 109e514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
```shell
66
git clone [email protected]:ZenAlgorithms/Expressions.git
77
cd Expressions
8-
cmake .
8+
mkdir build
9+
cd build
10+
cmake ..
911
make
1012
make install
1113
```

0 commit comments

Comments
 (0)