Skip to content

Commit 9877237

Browse files
Martin Weismannmartinweismann
authored andcommitted
Update commands to install dependencies
1 parent 1af6fe1 commit 9877237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Makefiles use the scripts in the folder [cmake](cmake).
2525
* included as a submodule in [UnitTests](UnitTests). Initialize it by running
2626
`git submodule update --init`
2727
* Unix: [uuid](https://linux.die.net/man/3/uuid)
28-
* Linux (Ubuntu/Debian): sudo at-get install uuid-dev
29-
* MAC: brew install ossp-uuid
28+
* Linux (Ubuntu/Debian): `sudo apt-get install uuid-dev`
29+
* MAC: `brew install ossp-uuid`
3030

3131
Instead of building lib3MF from source, you can download the compiled shared libarary as part of a minimal SDK from the [official releases](https://github.com/3MFConsortium/lib3mf/releases),
3232
or use the [nightly builds](https://github.com/3MFConsortium/lib3mf-binaries)

0 commit comments

Comments
 (0)