Skip to content

Commit 9a0b732

Browse files
authored
Merge pull request #4 from jchv/minor-readme-cleanup
Minor README.md cleanup
2 parents ab2e645 + a2de8f5 commit 9a0b732

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ More testing is needed; currently only `x86-64_linux` is tested, and only a bit.
55
Additionally, more variants (e.g. an FHS variant) might be desirable.
66

77
## Usage
8-
1. Include the flake in you nix configuration
8+
1. Include the flake in your Nix configuration flake's inputs:
99
```nix
1010
binaryninja = {
1111
url = "github:jchv/nix-binary-ninja";
1212
inputs.nixpkgs.follows = "nixpkgs";
1313
};
1414
```
15-
- also include the flake input as an argument to your `outputs`
16-
2. Include the installer in the nix-store, if not using the free version
15+
- Also, include the flake input as an argument to your `outputs` function.
16+
2. Include the installer in the nix-store, if not using the free version:
1717
```bash
1818
nix-store --add-fixed sha256 <path-to-installer>.zip
1919
```
2020
- You can get a copy of the latest release using your registered e-mail address [here](https://binary.ninja/recover/).
21-
3. Include the appropriate package edition from the [Packages section](#Packages) in your packages
21+
3. Include the appropriate package edition from the [Packages section](#Packages) in your packages:
2222
```nix
2323
environment.systemPackages = with pkgs; [
2424
binaryninja.packages.${pkgs.system}.<package-attribute>

0 commit comments

Comments
 (0)