From 30f8d40b49f78537bdc6cff4461a43edbcfbb0f6 Mon Sep 17 00:00:00 2001 From: Artemy Date: Sat, 6 Aug 2022 20:35:24 +0300 Subject: [PATCH] doc: another rename --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14d75d6..3dffedc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 027c8d5..862d935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/README.md b/README.md index 5382f20..0e8329d 100644 --- a/README.md +++ b/README.md @@ -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