diff options
| author | Fuwn <[email protected]> | 2024-10-11 08:04:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 08:04:14 +0000 |
| commit | a6424cb10d9e0cfd402c6256a0d1fbf873b36c5c (patch) | |
| tree | e733b2c35a7771b669bb7c913fd6cebebb310bc2 | |
| parent | docs(readme): add extensive usage instructions (diff) | |
| download | yae-a6424cb10d9e0cfd402c6256a0d1fbf873b36c5c.tar.xz yae-a6424cb10d9e0cfd402c6256a0d1fbf873b36c5c.zip | |
docs(readme): code block for package name
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Alternatively, without flake-less support, install the To add Yae support to your Nix expression after running `yae init`, just read from the Yae environment file. -Here's an example taken from [Tsutsumi's zen-browser-bin package](https://github.com/Fuwn/tsutsumi/blob/main/pkgs/zen-browser-bin.nix). +Here's an example taken from [Tsutsumi's `zen-browser-bin` package](https://github.com/Fuwn/tsutsumi/blob/main/pkgs/zen-browser-bin.nix). ```nix # pkgs/zen-browser-bin.nix |