Skip to content

Commit

Permalink
Add instruction for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MucTepDayH16 committed May 1, 2022
1 parent ea8e672 commit 1c8e48d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qvnt"
version = "0.4.0"
version = "0.4.1"
description = "Advanced quantum computation simulator."
keywords = ["theoretical", "quantum-computing", "quantum-simulator", "quantum", "qubits", ]
categories = ["concurrency", "simulation", "mathematics", "science", ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ___
It is REPL interpreter, that could be used to process quantum operation without compiling code.
### Installation:
```shell
cargo install qvnt-i
cargo install qvnt --bin qvnt-i --features=cli
```

### How to
Expand Down

0 comments on commit 1c8e48d

Please sign in to comment.