소스 검색

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"