Skip to content

Commit

Permalink
remove feature flag from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelaced committed Sep 2, 2024
1 parent e4eaa30 commit 3d4eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 3d4eee1

Please sign in to comment.