mirror of
https://github.com/artegoser/ONLang
synced 2024-12-23 09:33:44 +03:00
doc: another rename
This commit is contained in:
parent
b46227c49e
commit
30f8d40b49
3 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -196,7 +196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "onla"
|
name = "onlang"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "onla"
|
name = "onlang"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["artegoser"]
|
authors = ["artegoser"]
|
||||||
|
@ -13,7 +13,7 @@ keywords = ["programming-language", "interpreter", "yaml", "json", "json5"]
|
||||||
categories = ["compilers"]
|
categories = ["compilers"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "onla"
|
name = "on"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -18,13 +18,13 @@ For writing simple scripts.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
`cargo install onla`
|
`cargo install onlang`
|
||||||
or
|
or
|
||||||
Get binary from [releases](https://github.com/artegoser/ONLang/releases) and add the executable file to the PATH variable
|
Get binary from [releases](https://github.com/artegoser/ONLang/releases) and add the executable file to the PATH variable
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|
||||||
`onla examples/example.json5`
|
`on examples/example.json5`
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue