diff options
| author | Fuwn <[email protected]> | 2021-06-08 16:45:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-08 16:45:34 +0000 |
| commit | 5c46f9f41db0995a0108b75213b918c7460068d6 (patch) | |
| tree | 1bae7d6d39a775c24047b29cec8ff9772c2717df | |
| parent | style(readme): grammar ? (diff) | |
| download | whirl-5c46f9f41db0995a0108b75213b918c7460068d6.tar.xz whirl-5c46f9f41db0995a0108b75213b918c7460068d6.zip | |
style(readme): bullet punciation
| -rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -86,16 +86,16 @@ Required ~~~~~~~~ - `Rust <https://www.rust-lang.org/>`_ — The backbone of it all. -- `diesel\_cli <https://crates.io/crates/diesel_cli>`_ — Database migrations, setup, et cetera. +- `diesel\_cli <https://crates.io/crates/diesel_cli>`_ — Database migrations, setup, et cetera - `cargo-make <https://github.com/sagiegurari/cargo-make>`_ — Cross-platform - `make <https://www.gnu.org/software/make/>`_ substitute. + `make <https://www.gnu.org/software/make/>`_ substitute Optional ~~~~~~~~ -- `cargo-watch <https://crates.io/crates/cargo-watch>`_ — Recompilation on file-system changes. -- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_ — SQL linting. -- `Valgrind <https://www.valgrind.org/>`_ — Benchmarking. +- `cargo-watch <https://crates.io/crates/cargo-watch>`_ — Recompilation on file-system changes +- `sqlfluff <https://github.com/sqlfluff/sqlfluff>`_ — SQL linting +- `Valgrind <https://www.valgrind.org/>`_ — Benchmarking *These development dependencies (excluding sqlfluff) will automatically be satisfied if you are using the Nix shell configuration as provided.* |