From a1f7673470b0845262bdb53d7a8da7ca49190874 Mon Sep 17 00:00:00 2001 From: "Manuel J. Diaz (MSFC-ED04)" Date: Thu, 15 Apr 2021 15:42:12 -0500 Subject: [PATCH] fixed git@github.com error on pulling oml-sprotty without explictly creating SSH keys; added yarn install command --- .gitmodules | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 84c0a20..e7141f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "oml-sprotty"] path = oml-sprotty - url = git@github.com:opencaesar/oml-sprotty.git + url = https://github.com/opencaesar/oml-sprotty.git branch = master diff --git a/README.md b/README.md index 7ce3bc9..c537775 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ Install [nvm](https://github.com/creationix/nvm#install-script). curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash ``` -Install npm and node. +Install npm, node, and yarn. ```shell nvm install 12 nvm use 12 + npm install -g yarn ``` Install vsce if you plan to package the extesnion