diff --git a/md/5_writing_ops/dev_ops/dev_ops.md b/md/5_writing_ops/dev_ops/dev_ops.md index 312e7b6..720fd2a 100644 --- a/md/5_writing_ops/dev_ops/dev_ops.md +++ b/md/5_writing_ops/dev_ops/dev_ops.md @@ -117,5 +117,5 @@ You can now fill in all the details and documentation for your new op ! ### Publishing Ops -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/)). +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). diff --git a/md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md b/md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md index f1cedb9..eb1f8d8 100644 --- a/md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md +++ b/md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md @@ -30,7 +30,7 @@ But let's get started: ## Common - install [Node Version Manager](https://github.com/nvm-sh/nvm#install--update-script) - close and reopen your terminal, make sure nvm is installed properly, `nvm --version` should output some version number -- run `./install_local.sh` +- run `./install_local.sh` (if you prefer https over public-key auth, run `./install_local.sh https`) - this will: - install the required node version (and set it as default in `nvm`) - check out all needed repositories into subdirectories diff --git a/md/6_1_developing_cables/2_helper_scripts/helper_scripts.md b/md/6_1_developing_cables/2_helper_scripts/helper_scripts.md index 57adb97..c98370b 100644 --- a/md/6_1_developing_cables/2_helper_scripts/helper_scripts.md +++ b/md/6_1_developing_cables/2_helper_scripts/helper_scripts.md @@ -9,6 +9,8 @@ enters all repositories and runs `npm run build` tries to guess your OS, installs dependencies, creates needed directories and files and copies `cables_example.json` to `cables.json` if it does not exist +if you do not authenticate to github via public key, add `https` as a parameter + ## update_repos.sh reads the current nodeversion vom .nvmrc and walks the repositories,