diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1beb0de..0e55d62 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + lfs: true - name: Set up Node uses: actions/setup-node@v4 with: diff --git a/README-en.md b/README-en.md index 1d681d7..9322094 100644 --- a/README-en.md +++ b/README-en.md @@ -26,7 +26,7 @@ Shake StreamKit is an overlay tool designed for streamers and video producers to Clone the project repository and install dependencies. ```bash -git clone https://github.com/mntone/shake-streamkit.git +git lfs clone https://github.com/mntone/shake-streamkit.git cd shake-streamkit npm install ``` diff --git a/README.md b/README.md index 4d1325c..7ff7108 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Shake StreamKitは、Nintendo Switchの人気ゲーム「スプラトゥーン3 プロジェクトのリポジトリを複製し、依存関係をインストールします。 ```bash -git clone https://github.com/mntone/shake-streamkit.git +git lfs clone https://github.com/mntone/shake-streamkit.git cd shake-streamkit npm install ```