Skip to content

Commit 92af10c

Browse files
committed
update
1 parent 4f3533a commit 92af10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can do this in one line with `nix-shell --run "cargo run"`.
136136

137137
If running nix on a non NixOS system (such as ubuntu, arch etc.), [NixGL](https://github.com/nix-community/nixGL) is additionally required,
138138
to link graphics drivers into the context of software installed by nix.
139-
1. Install the nixGL wrapper specific to your systems ([docs](https://github.com/nix-community/nixGL)).
139+
1. Install an appropriate nixGL wrapper ([docs](https://github.com/nix-community/nixGL)).
140140
2. Run `nixGL cargo run` to compile a bevy program. The default `nixGL` often doesn't work,
141141
and has to be replaced with a system specific wrapper, for instance: `nixVulkanNvidia` or `nixGLNvidia`.
142142

0 commit comments

Comments
 (0)