Skip to content

Commit

Permalink
install.sh https option
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Nov 12, 2024
1 parent 37f6b23 commit 269e95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions md/6_1_developing_cables/2_helper_scripts/helper_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 269e95c

Please sign in to comment.