Skip to content

Commit

Permalink
Use Markdown instead of ORG mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 5, 2021
1 parent 464168b commit d05a3c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.org → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#+TITLE: Shrimp (WIP)
# Shrimp

Simple password generator writen in Rust.
Simplistic password generator writen in Rust.

# Installation
## Installation

```shell
# Clone the repository
Expand All @@ -11,13 +11,13 @@ cd shrimp # Change directory into it:
cargo run --release # Build it with Cargo
```

# Example
## Example

$ shrimp --length=20
Password: 7TS@utsKi*4peY5bIX7C
Quality: Excellent

# Usage
## Usage

USAGE:
shrimp [FLAGS] [OPTIONS]
Expand Down

0 comments on commit d05a3c8

Please sign in to comment.