ソースを参照

Merge pull request #26691 from YuPengZTE/devSUSE

Add prompt of $
Sebastiaan van Stijn 8 年 前
コミット
abd02a9ba0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/installation/linux/SUSE.md

+ 1 - 1
docs/installation/linux/SUSE.md

@@ -71,7 +71,7 @@ The `docker` package creates a new group named `docker`. Users, other than
 `root` user, must be part of this group to interact with the
 `root` user, must be part of this group to interact with the
 Docker daemon. You can add users with this command syntax:
 Docker daemon. You can add users with this command syntax:
 
 
-    sudo /usr/sbin/usermod -a -G docker <username>
+    $ sudo /usr/sbin/usermod -a -G docker <username>
 
 
 Once you add a user, make sure they relog to pick up these new permissions.
 Once you add a user, make sure they relog to pick up these new permissions.