We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853bfcd commit b52185bCopy full SHA for b52185b
cgt_cli/README.md
@@ -11,7 +11,7 @@ To build `cgt-cli` from source clone the repository and install [Rust toolchain]
11
```console
12
$ git clone https://github.com/t4ccer/cgt-tools.git
13
$ cd cgt-tools
14
-$ cargo build --package cgt-cli --release
+$ cargo build --package cgt_cli --release
15
```
16
17
You will find the binary in `./target/release` directory created by `cargo`.
cgt_py/README.md
@@ -1,6 +1,6 @@
1
# Development
2
3
-Open python shell with access to `cgt-py` package.
+Open python shell with access to `cgt_py` package.
4
5
6
$ make repl
0 commit comments