mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs: fix vrc-get-gui README didn't link to root CONTRIBUTING guide correctly again
This commit is contained in:
parent
c0da571275
commit
d43fbe26d9
3 changed files with 4 additions and 2 deletions
|
|
@ -31,5 +31,5 @@ For Windows machines, you need to setup so your current user can create symbolic
|
|||
To setup your project, use the following commands.
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://github.com/vrc-get/vrc-get
|
||||
git clone --recurse-submodules -c core.symlinks=true https://github.com/vrc-get/vrc-get.git
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Contributing
|
||||
|
||||
**Please read [../CONTRIBUTING.md#configuration-requirements](../CONTRIBUTING.md#configuration-requirements) first!**
|
||||
|
||||
## Localizing
|
||||
|
||||
This project is internationalized, so when you add some text contents to the project,
|
||||
|
|
|
|||
|
|
@ -40,4 +40,4 @@ Run `npm run tauri dev` to start the development server and gui.
|
|||
|
||||
## Contribution
|
||||
|
||||
For how to contribute localization to ALCOM (vrc-get-gui): [CONTRIBUTING.md](CONTRIBUTING.md) (**Please read [/CONTRIBUTING.md#configuration-requirements](.../CONTRIBUTING.md#configuration-requirements) first before you read [CONTRIBUTING.md](CONTRIBUTING.md)!**)
|
||||
For how to contribute localization to ALCOM (vrc-get-gui): [CONTRIBUTING.md](CONTRIBUTING.md) (**Please read [../CONTRIBUTING.md#configuration-requirements](../CONTRIBUTING.md#configuration-requirements) first before you read [CONTRIBUTING.md](CONTRIBUTING.md)!**)
|
||||
Loading…
Add table
Add a link
Reference in a new issue