Skip to content

Commit

Permalink
Update Readme: Pharo-vm path
Browse files Browse the repository at this point in the history
change two times the path to "pharo-vm"
  • Loading branch information
MarcusDenker committed Jun 23, 2022
1 parent b487900 commit 2d650c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ We recommend to use out-of-source building. So, we are building in a different d
To do so, we give both parameter for saying where the source is (-S) and where to build (-B).

```bash
$ git clone git@github.com:pharo-project/opensmalltalk-vm.git
$ cmake -S opensmalltalk-vm -B build
$ git clone git@github.com:pharo-project/pharo-vm.git
$ cmake -S pharo-vm -B build
$ cd build
$ make install
```
Expand Down

0 comments on commit 2d650c5

Please sign in to comment.