Skip to content

Commit 810546f

Browse files
authored
Align build instructions in README with adoc
1 parent 5d042af commit 810546f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install `protobuf` 3.0.0:
3030
$ sudo apt-get install libprotobuf-dev protobuf-compiler
3131
```
3232

33-
##### Build and install example
33+
##### Build examples
3434
```bash
3535
$ git clone https://github.com/OpenSimulationInterface/osi-sensor-model-packaging.git
3636
$ cd osi-sensor-model-packaging
@@ -39,6 +39,5 @@ $ cd examples
3939
$ mkdir -p build
4040
$ cd build
4141
$ cmake ..
42-
$ make
43-
$ sudo make install
42+
$ cmake --build .
4443
```

0 commit comments

Comments
 (0)