From e06002337432622c4d271108bb298b500f5bea56 Mon Sep 17 00:00:00 2001 From: Daniel Kolsoi Date: Sat, 20 Jan 2024 18:28:51 -0500 Subject: [PATCH] Clean up readme on versioning --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22fa44ed162..c185ac25a48 100644 --- a/README.md +++ b/README.md @@ -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: