Skip to content

Commit 5fb545e

Browse files
committed
Add a more portable version of build/install doc in README.
1 parent 01b2ef2 commit 5fb545e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,12 +515,10 @@ Usually the developer is the same who does the fork, but it may be possible that
515515
Follow these steps to build and install **METACALL** manually.
516516

517517
``` sh
518-
git clone --recursive https://github.com/metacall/core.git
518+
git clone https://github.com/metacall/core.git
519519
mkdir core/build && cd core/build
520520
cmake ..
521-
make
522-
make test
523-
sudo make install
521+
cmake --build . --target install
524522
```
525523

526524
### 6.1 Build Options

0 commit comments

Comments
 (0)