We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7791d commit e54655cCopy full SHA for e54655c
1 file changed
README.markdown
@@ -85,9 +85,9 @@ Users who are allowed to use Bumblebee need to be added the group:
85
sudo groupadd bumblebee
86
sudo usermod -a -G bumblebee $USER
87
88
-To test Bumblebee before installing it system-wide, run:
+To run Bumblebee after installing it system-wide, run:
89
90
- sudo bin/bumblebeed --daemon
91
- bin/optirun -- <application>
+ sudo bumblebeed --daemon
+ optirun -- <application>
92
93
For more information, try `--help` on either of the two binaries.
0 commit comments