ソースを参照

Merge pull request #793 from DesmondWillowbrook/patch-1

Added sudo to installation command for Linux
Benjamin Sago 4 年 前
コミット
6e0a080c15
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -164,7 +164,7 @@ On openSUSE, install the [`exa`](https://software.opensuse.org/package/exa) pack
 
 
 On Ubuntu 20.10 (Groovy Gorilla) and later, install the [`exa`](https://packages.ubuntu.com/groovy/exa) package.
 On Ubuntu 20.10 (Groovy Gorilla) and later, install the [`exa`](https://packages.ubuntu.com/groovy/exa) package.
 
 
-    $ apt install exa
+    $ sudo apt install exa
 
 
 ### Void Linux
 ### Void Linux