ソースを参照

fix: correct fedora initial setup command (#3034)

Hans Tognon 3 年 前
コミット
8c19995f04
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/getting-started/setup-linux.md

+ 1 - 1
docs/getting-started/setup-linux.md

@@ -59,7 +59,7 @@ $ sudo dnf check-update && sudo dnf install webkit2gtk3-devel.x86_64 \
     openssl-devel \
     curl \
     wget \
-    libappindicator-gtk3 \ #
+    libappindicator-gtk3 \
     patchelf \
     librsvg2-devel \
     && sudo dnf group install "C Development Tools and Libraries"