From 3d4eee100686a172d4d149e0faf3a2a367953899 Mon Sep 17 00:00:00 2001 From: Erin Grasmick Date: Mon, 2 Sep 2024 17:10:21 +0100 Subject: [PATCH] remove feature flag from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2598673..8083d54 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To install **PolkaCLI**, clone the repository and build the project using Cargo: ```bash git clone https://github.com/lovelaced/polkacli.git cd polkacli -cargo build --release --features 'nft' +cargo build --release ``` Ensure you have Rust installed on your system. If not, you can install it from [rust-lang.org](https://www.rust-lang.org/).