mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
README: Fixing install link
This commit is contained in:
parent
362ec948c9
commit
a32e24e77e
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd docs/_site
|
cd docs/_site
|
||||||
sudo chown $(whoami):$(whoami) . -R
|
sudo chown $(whoami):$(whoami) . -R
|
||||||
|
echo -n docs.kyoo.moe > CNAME
|
||||||
git config --global user.email "${GITHUB_ACTOR}@github.com"
|
git config --global user.email "${GITHUB_ACTOR}@github.com"
|
||||||
git config --global user.name "${GITHUB_ACTOR}"
|
git config --global user.name "${GITHUB_ACTOR}"
|
||||||
git init
|
git init
|
||||||
|
@ -17,7 +17,7 @@ Feel free to open issues or pull requests, all contribution are welcomed.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
- [Installation](https://docs.kyoo.moe/installation)
|
- [Installation](https://docs.kyoo.moe/start/install.html)
|
||||||
- [Api Documentation](https://demo.kyoo.moe/redoc)
|
- [Api Documentation](https://demo.kyoo.moe/redoc)
|
||||||
- [Documentation (work in progress)](https://docs.kyoo.moe)
|
- [Documentation (work in progress)](https://docs.kyoo.moe)
|
||||||
- [Contributing](./CONTRIBUTING.md)
|
- [Contributing](./CONTRIBUTING.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user