소스 검색
Merge pull request #103 from lindhe/lindhe/add-video-group-to-readme
Update Ubuntu section with video group instructions
Fredrik Svantesson
5 년 전
No account linked to committer's email
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
README.md
|
@@ -132,6 +132,8 @@ the development branch guidelines below followed by:
|
132
|
132
|
|
133
|
133
|
make deb
|
134
|
134
|
|
|
135
|
+**Note:** you must be in the `video` group. Add yourself to it by running `sudo usermod -a -G video $USER`.
|
|
136
|
+
|
135
|
137
|
### <a name="nix"></a>NixOS/nix
|
136
|
138
|
|
137
|
139
|
You can add the following line to your `configuration.nix`:
|