Fix README formatting and grammar

This commit is contained in:
Nicolas Berbiche 2020-10-12 19:26:06 -04:00 committed by GitHub
parent 81a7be6c75
commit 601a18f165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ This is a stub repository to develop using Rust, nix and Flakes.
This is aimed to people with basic knowledge of Flakes and moderate knowledge of Nix. This is aimed to people with basic knowledge of Flakes and moderate knowledge of Nix.
See the [NixOS Wiki](https://nixos.wiki/wiki/Flakes) for more information about Flakes. See the [NixOS Wiki](https://nixos.wiki/wiki/Flakes) for more information about Flakes.
The relevant sections are `Basic project usage`, `Flake schema` The relevant sections are `Basic project usage` and `Flake schema`.
## Getting started ## Getting started
@ -12,7 +12,7 @@ The relevant sections are `Basic project usage`, `Flake schema`
provided on the project page. provided on the project page.
**Important**: you can skip this step if you do not intend to use direnv as it's optional. **Important**: you can skip this step if you do not intend to use direnv as it's optional.
`direnv` is a tool that setups your shell with the required environment variables (and tools in `direnv` is a tool that setups your shell with the required environment variables (and tools in
the case of Nix) to hack on! the case of Nix) to hack on!
2. Clone the project 2. Clone the project