From 6578a5666889434ed6ca2f276e365633956fe3d3 Mon Sep 17 00:00:00 2001 From: kdwarn Date: Mon, 14 Aug 2023 18:35:09 +0000 Subject: [PATCH] Update cargo install directions The release available on crates.io is 2 years old and would not compile ("enum `TokenTree` is private"), but installing from repo works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1431036b..17976f5a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Official mirrors: ## Install - Try an [online interactive web demo](https://meli.delivery/wasm2.html "online interactive web demo") powered by WebAssembly -- [`cargo install meli`](https://crates.io/crates/meli "crates.io meli package") +- `cargo install --git https://git.meli.delivery/meli/meli.git meli` - [Download and install pre-built debian package, static linux binary](https://github.com/meli/meli/releases/ "github releases for meli"), or - Install with [Nix](https://search.nixos.org/packages?show=meli&query=meli&from=0&size=30&sort=relevance&channel=unstable#disabled "nixos package search results for 'meli'")