Skip to content

Commit

Permalink
doc: windows 7 or older versions are not officially supported (#2222)
Browse files Browse the repository at this point in the history
* doc: windows 7 or older versions are not officially supported

* ci: ignore markdown files changes

* ci: ignore README.md

* Revert "ci: ignore README.md"

This reverts commit abf7f98.

* Update README.md

Co-authored-by: Francesco Borzì <[email protected]>

---------

Co-authored-by: Francesco Borzì <[email protected]>
  • Loading branch information
Helias and FrancescoBorzi authored Mar 17, 2023
1 parent 8d27f54 commit 018df57
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- 'master'
paths-ignore:
- "**/*.md"
pull_request:
paths-ignore:
- "**/*.md"

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ To use Keira3, you don't need to install any dependency. Just [download](https:/

If you are using Arch Linux you can find the package on [AUR](https://aur.archlinux.org/packages/keira3/)

:warning: [Windows 7 or older Windows versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported.

## How to run Keira3 in development mode

### Dependencies
Expand All @@ -64,7 +66,7 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
npm install -g @angular/cli
```

Only for **Windows**, install windows-build-tools as administrator:
Only for **Windows** ([Windows 7 or older versions](https://github.com/azerothcore/Keira3/issues/2212) are not officially supported), install `windows-build-tools` as administrator:
```
npm install --global-production windows-build-tools
```
Expand Down

0 comments on commit 018df57

Please sign in to comment.