mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #680 from cpswan/patch-1
https link (rather than git) in dev instructions
This commit is contained in:
commit
3a17c3ee6d
@ -35,7 +35,7 @@ If you want to run the latest code from git, here's how to get started:
|
|||||||
|
|
||||||
2. Clone the code:
|
2. Clone the code:
|
||||||
|
|
||||||
git clone git@github.com:node-red/node-red.git
|
git clone https://github.com/node-red/node-red.git
|
||||||
cd node-red
|
cd node-red
|
||||||
|
|
||||||
3. Install the node-red dependencies
|
3. Install the node-red dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user