Skip to content

Commit

Permalink
Merge pull request #24 from canalun/update/readme
Browse files Browse the repository at this point in the history
chore: Update README.md
  • Loading branch information
canalun committed Apr 30, 2023
2 parents 85bd870 + 1841c4c commit 2c60beb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ https://marketplace.visualstudio.com/items?itemName=canalun.insertfmt

## Installation

You can download the binary from releases.
**You can download the binary from releases.**

The binary is self-sufficient with no dependencies, and can be put anywhere on
your PATH and run with `insertfmt` command!!
The binary is self-sufficient with no dependencies, and **can be put anywhere on
your PATH and run with `insertfmt` command!!**

Or, you can also install the module directly with `cargo`.

Or, **you can also install the module directly with `cargo`.**

```
cargo install insertfmt
Expand Down Expand Up @@ -49,9 +50,12 @@ You can specify as many paths as you want.

## Monorepo
This repository is a monorepo of Rust CLI and TS+Wasm VSCode extension.

If you are interested in it technically, why not check out the below article🌟

[dev.to: Monorepo of Rust CLI & TS+Wasm VSCode](https://dev.to/canalun/monorepo-of-rust-cli-tswasm-vscode-4bme)

## Contribution
You wanna contribute!? Thanks!!!! Would be great if you check the below doc out😊
[CONTRIBUTING.md](./CONTRIBUTING.md)

[CONTRIBUTING.md](./CONTRIBUTING.md)

0 comments on commit 2c60beb

Please sign in to comment.