Skip to content

Commit

Permalink
Merge pull request #117 from ci7lus/docs/update-readme
Browse files Browse the repository at this point in the history
docs: Update readme
  • Loading branch information
ci7lus authored Sep 29, 2023
2 parents f08a380 + 3c24b70 commit e760296
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- LICENSE
- "**.md"
pull_request:
paths-ignore:
- .gitignore
- LICENSE
- "**.md"
release:
types: [published]
workflow_dispatch:
Expand All @@ -40,7 +36,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: "yarn"
- name: Install
run: |
yarn install
Expand Down Expand Up @@ -82,7 +78,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: "yarn"
- name: Obtain electron cache dir
if: runner.os == 'Windows'
id: electron-cache-dir-path
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Windows 11 での動作を確認しています。

#### Linux での実行

実験的なサポートのため、環境によっては正しく動作しない可能性があります。Issue で詳細なレポートをいただければ対応できるかもしれませんが、保証はできません。<br />
実験的なサポートのため、環境によっては正しく動作しない可能性があります。<br>
PRと発生した問題/解決方法を共有するための Issue は歓迎しますが、Issue は基本的に対応できません。<br>
ハードウェア支援周りの不具合については[こちら](https://github.com/ci7lus/MirakTest/wiki/Linux-%E3%81%AB%E3%81%8A%E3%81%91%E3%82%8B-libVLC-%E3%81%AE%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2%E6%94%AF%E6%8F%B4%E5%91%A8%E3%82%8A%E3%81%AE%E4%B8%8D%E5%85%B7%E5%90%88%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)。<br />
vlc の導入が必要です。debian の場合は以下のコマンドでインストールできます。

```bash
Expand Down

0 comments on commit e760296

Please sign in to comment.