diff options
| author | Fuwn <[email protected]> | 2021-06-08 16:45:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-08 16:45:34 -0700 |
| commit | 54f8036fdfe7b95a23ecd7700370cbb4f4078635 (patch) | |
| tree | d9ec424851c3ce7cd35911bcab8fda1ace0c72e8 | |
| parent | style(readme): grammar ? (diff) | |
| download | whirl-54f8036fdfe7b95a23ecd7700370cbb4f4078635.tar.xz whirl-54f8036fdfe7b95a23ecd7700370cbb4f4078635.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.* |