Skip to content

Commit

Permalink
add installation section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Horasal committed Aug 15, 2023
1 parent 241f3cc commit 7171399
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
A [nushell](https://www.nushell.sh) plugin for converting charsets.

### Installation

```bash
cargo install nu_plugin_charset
register ~/.cargo/bin/nu_plugin_charset
```

### Usage

* Use `charset` to detect charset of input.
Expand All @@ -13,4 +20,4 @@ A [nushell](https://www.nushell.sh) plugin for converting charsets.


* Use `charset encode ENCODING_NAME` to convert utf string to a given charset
![screenshot](./img4.png)
![screenshot](./img4.png)

0 comments on commit 7171399

Please sign in to comment.