Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcvalle committed Nov 22, 2024
1 parent 2594a05 commit 6ad0298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ To install the `cfi_types` crate:

Or:

1. Add the `cfi_types` crate to your package root's `Cargo.toml` file:
1. Add the `cfi_types` crate to your package root's `Cargo.toml` file and
replace `X.Y.Z` by the version you want to install:

[dependencies]
cfi-types = "0.0.1"
cfi-types = "X.Y.Z"

2. On a command prompt or terminal with your package root's directory as the
current working directory, run the following command:
Expand Down

0 comments on commit 6ad0298

Please sign in to comment.