Skip to content

Commit df408cf

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents c60bb87 + 269e95c commit df408cf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

md/5_writing_ops/dev_ops/dev_ops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ You can now fill in all the details and documentation for your new op !
117117

118118
### Publishing Ops
119119

120-
If you made an op and think it would be useful for other users [get in touch](../../faq/features/contribute/contribute) with the cables-staff (via [discord](https://discord.gg/cablesgl) or the [cables forum](https://forum.cables.gl/)).
120+
If you made an op and think it would be useful for other users get in touch with the cables-staff via [discord](https://discord.gg/cablesgl) or [github](https://github.com/cables-gl/cables/issues).
121121

md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ But let's get started:
3030
## Common
3131
- install [Node Version Manager](https://github.com/nvm-sh/nvm#install--update-script)
3232
- close and reopen your terminal, make sure nvm is installed properly, `nvm --version` should output some version number
33-
- run `./install_local.sh`
33+
- run `./install_local.sh` (if you prefer https over public-key auth, run `./install_local.sh https`)
3434
- this will:
3535
- install the required node version (and set it as default in `nvm`)
3636
- check out all needed repositories into subdirectories

md/6_1_developing_cables/2_helper_scripts/helper_scripts.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ enters all repositories and runs `npm run build`
99
tries to guess your OS, installs dependencies, creates needed directories and files and copies
1010
`cables_example.json` to `cables.json` if it does not exist
1111

12+
if you do not authenticate to github via public key, add `https` as a parameter
13+
1214
## update_repos.sh
1315

1416
reads the current nodeversion vom .nvmrc and walks the repositories,

0 commit comments

Comments
 (0)