Skip to content

Commit aff7b46

Browse files
committed
edit rs port readme and providing relatable links
1 parent 9070d7f commit aff7b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ports/rs_port/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh |
1717

1818
# Linking
1919

20-
If your project uses MetaCall in a folder that is not in the system path, we encourage to use `metacall-sys` crate as a `build-dependecy`. By this way you will be able to locate and link MetaCall directly in your build system. For example:
20+
If your project uses MetaCall in a folder that is not in the system path, we encourage to use [`metacall-sys`](https://crates.io/crates/metacall-sys) crate as a [`build-dependecy`](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#build-dependencies). By this way you will be able to locate and link MetaCall directly in your build system. For example:
2121

2222
`Cargo.toml`:
2323
```toml
2424
[build-dependencies]
25-
metacall-sys = { path = "./sys", version = "0.1.0" }
25+
metacall-sys = "0.1.0"
2626
```
2727

2828
`build.rs`:

0 commit comments

Comments
 (0)