Skip to content
Snippets Groups Projects
Commit 94a52179 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

pkg-config may need to be installed to install cargo-clone (or Xargo)

parent 1f9a2423
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,9 @@ $ rustup default nightly
$ cargo install cargo-clone xargo
```
> **NOTE** If the `cargo install` fails you may need to install `pkg-config`. In Arch this can be
> accomplished with the `pacman -S pkg-config` command.
## Demo
In the first part of the demo we'll use command line tools in the terminal then we'll transition to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment