Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Jul 19, 2024
1 parent ae0241d commit d70adac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ call|56209
jmp|48213
```

### Nix

You can also run this via [Nix](https://nixos.org/)!
```console
nix run github:fzakaria/sqlelf -- --help
usage: sqlelf [-h] [-s SQL] [--recursive | --no-recursive] [--cache-flag CACHE_FLAG] FILE [FILE ...]
``

## Usage

```console
Expand Down Expand Up @@ -591,3 +599,13 @@ A helping `Makefile` is provided to run all the _linters_ and _formatters_.
> make lint
> make fmt
```

### Nix

You can also develop with [Nix](https://nixos.org).
Running the development shell should drop you into a shell with all the
required dependencies and the editable installation already done.

```console
> nix develop
```

0 comments on commit d70adac

Please sign in to comment.