Skip to content

Commit 418e2ae

Browse files
committed
Update README.md
1 parent 8ea9b33 commit 418e2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nfd-rs ![](https://img.shields.io/badge/license-MIT-blue.svg)
1+
# nfd-rs ![https://github.com/saurvs/nfd-rs/blob/master/LICENSE.md](https://img.shields.io/badge/license-MIT-blue.svg)
22

33
`nfd-rs` is a Rust binding to the library [nativefiledialog](https://github.com/mlabbe/nativefiledialog), that provides a convenient cross-platform interface to opening file dialogs on Linux, OS X and Windows.
44

@@ -9,7 +9,7 @@ Currently, only single file and save dialogs are supported, and the crate has be
99
* Add the dependency `nfd` in your ```Cargo.toml```
1010
```toml
1111
[dependencies]
12-
nfd = "0.0.1"
12+
nfd = { git = "https://github.com/saurvs/nfd-rs.git" }
1313
```
1414

1515
* Open a single file dialog
@@ -32,4 +32,4 @@ Currently, only single file and save dialogs are supported, and the crate has be
3232
```
3333

3434
## To build
35-
Follow the instructions [here](https://github.com/mlabbe/nativefiledialog/blob/master/README.md) to build libraries in C and an OS-specific language. Then, set the `NFD_LIB_DIR` environment variable to the path of the directory in which the libraries are stored. Now run `cargo build`.
35+
Follow the instructions [here](https://github.com/mlabbe/nativefiledialog/blob/master/README.md) to build the libraries in C and an OS-specific language. Then, set the `NFD_LIB_DIR` environment variable to the path of the directory in which the libraries are stored. Now run `cargo build`.

0 commit comments

Comments
 (0)