Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
coswat committed Sep 21, 2023
1 parent 0d46c2a commit 5aa6724
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "acode-cli"
version = "1.0.5"
version = "1.0.6"
edition = "2021"
author = "coswat"
description = "Acode Plugin CLI [ MIT ]"
description = "Acode plugin CLI tool to devlop plugins faster"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ This is a Acode plugin cli tool to create plugins and easily work with it

## Installation

using cargo
build it from source

```bash
git clone https://github.com/coswat/acode-cli.git
cd acode-cli
cargo build --release
mv target/release/acode-cli ~/.local/bin/
```
using cargo

```bash
cargo install acode-cli
```

## Usage

Expand Down

0 comments on commit 5aa6724

Please sign in to comment.