mirror of
https://github.com/arkorty/rustcm-cli.git
synced 2026-03-18 00:57:17 +00:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
# Rust Simple Text Cipher Machine / ru·s·t·c·m /
|
||||
|
||||
@@ -8,11 +8,11 @@ It does precisely what the name indicates, i.e., encryption and decryption of UT
|
||||
|
||||
## Build
|
||||
|
||||
* Install [Cargo](https://github.com/rust-lang/cargo)
|
||||
- Install [Cargo](https://github.com/rust-lang/cargo)
|
||||
|
||||
* `cargo build --release` to build
|
||||
- `cargo build --release` to build
|
||||
|
||||
* The program binary will be in the `./target/release` directory
|
||||
- The program binary will be in the `./target/release` directory
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -38,7 +38,8 @@ COMMAND:
|
||||
```
|
||||
|
||||
## Example
|
||||

|
||||
|
||||

|
||||
|
||||
## Disclaimer
|
||||
|
||||
@@ -50,4 +51,4 @@ Distributed under the GPLv3 License. See `LICENSE` for more information.
|
||||
|
||||
## Contributors
|
||||
|
||||
* [Arkaprabha Chakraborty](https://github.com/arkorty)
|
||||
- [Arkaprabha Chakraborty](https://github.com/arkorty)
|
||||
|
||||
Reference in New Issue
Block a user