mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 20:21:44 +02:00
Expanded installation instructions to include cargo install.
This commit is contained in:
parent
8b16e3cbd4
commit
2e2c068593
15
README.md
15
README.md
@ -12,8 +12,13 @@ Kalk is a calculator (both program and library) that supports user-defined varia
|
|||||||
* Syntax highlighting
|
* Syntax highlighting
|
||||||
* Special-symbol completion on tab. Eg. write `sqrt` and press tab. It will be turned into `√`.
|
* Special-symbol completion on tab. Eg. write `sqrt` and press tab. It will be turned into `√`.
|
||||||
|
|
||||||
## Compiling
|
## Installing
|
||||||
1. Make sure you have `diffutils` `gcc` `make` and `m4` installed.
|
Make sure you have `diffutils` `gcc` `make` and `m4` installed.
|
||||||
2. Go into the `kalk_cli` directory.
|
|
||||||
3. Run `cargo build --release`
|
### Cargo install
|
||||||
4. Grab the binary from `targets/release`
|
Run `cargo install kalk_cli`
|
||||||
|
|
||||||
|
### Compiling yourself
|
||||||
|
1. Go into the `kalk_cli` directory.
|
||||||
|
2. Run `cargo build --release`
|
||||||
|
3. Grab the binary from `targets/release`
|
||||||
|
2
kalk_cli/Cargo.lock
generated
2
kalk_cli/Cargo.lock
generated
@ -150,7 +150,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kalk_cli"
|
name = "kalk_cli"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"kalk",
|
"kalk",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "kalk_cli"
|
name = "kalk_cli"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["PaddiM8"]
|
authors = ["PaddiM8"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user