Skip to content

Commit

Permalink
pimped readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Feb 3, 2023
1 parent 2c99127 commit 0d9c052
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

**fls** project is intent to deliver a *ls* command inspired by *bls* from Buf Compagnie or more recently *rvls* from RV

## Installation

### Pre-compile bin

You can download the last version <https://github.com/doubleailes/fls/releases>

### From Cargo

You can install via <https://crates.io/>
`cargo install fil_ls`

## Usage

Run `fls` to list your current directory
Run `fls` to list your current directory.

Run `fls /path/of/directory/` to list a specific directory.

0 comments on commit 0d9c052

Please sign in to comment.