浏览代码

Merge pull request #7634 from krrg/patch-1

Update openSUSE installation instructions
James Turnbull 11 年之前
父节点
当前提交
997336fd95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/installation/openSUSE.md

+ 1 - 1
docs/sources/installation/openSUSE.md

@@ -47,7 +47,7 @@ The docker package creates a new group named docker. Users, other than
 root user, need to be part of this group in order to interact with the
 root user, need to be part of this group in order to interact with the
 Docker daemon. You can add users with:
 Docker daemon. You can add users with:
 
 
-    $ sudo usermod -a -G docker <username>
+    $ sudo /usr/sbin/usermod -a -G docker <username>
 
 
 To verify that everything has worked as expected:
 To verify that everything has worked as expected: