Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update readme #117

Merged
merged 2 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading