Skip to content

Commit

Permalink
Clean up readme on versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jan 20, 2024
1 parent ad2a27d commit e060023
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ Inkwell aims to help you pen your own programming languages by safely wrapping l

## Usage

You'll need to point your Cargo.toml to an existing preview crate on crates.io or the master
branch with a corresponding LLVM feature flag:
You'll need to point your Cargo.toml to use a single LLVM version feature flag corresponding to your LLVM version as such:

```toml
[dependencies]
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm17-0"] }
inkwell = { version = "0.4.0", features = ["llvm17-0"] }
```

Supported versions:
Expand Down

0 comments on commit e060023

Please sign in to comment.