mirror of
https://github.com/artegoser/ONLang
synced 2024-11-05 20:43:57 +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"
|
||||
|
||||
[[package]]
|
||||
name = "onla"
|
||||
name = "onlang"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "onla"
|
||||
name = "onlang"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["artegoser"]
|
||||
|
@ -13,7 +13,7 @@ keywords = ["programming-language", "interpreter", "yaml", "json", "json5"]
|
|||
categories = ["compilers"]
|
||||
|
||||
[[bin]]
|
||||
name = "onla"
|
||||
name = "on"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -18,13 +18,13 @@ For writing simple scripts.
|
|||
|
||||
## Installation
|
||||
|
||||
`cargo install onla`
|
||||
`cargo install onlang`
|
||||
or
|
||||
Get binary from [releases](https://github.com/artegoser/ONLang/releases) and add the executable file to the PATH variable
|
||||
|
||||
## Using
|
||||
|
||||
`onla examples/example.json5`
|
||||
`on examples/example.json5`
|
||||
|
||||
or
|
||||
|
||||
|
|
Loading…
Reference in a new issue