Skip to content

Commit 60e692e

Browse files
committed
docs: Remote editing
1 parent 92da978 commit 60e692e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_QUICKSTART.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ The guide uses `scp` to copy file changes that are being made on a local machine
99

1010
### Super Quick Start
1111

12+
* Setup remote editing
13+
* Install and open Visual Studio Code
14+
* Install Plugin "Remote Explorer"
15+
* Remote Explorer
16+
* Click SSH > + (Note: Use your own IP address)
17+
* Enter `ssh [email protected]`, choose to update /Users/luke/ssh/config
18+
* Click 172.105.184.209 > "root" > "Connect in Current Window"
19+
* Go to Extensions, search for "solidity", and click the apply that extension to "SSH 172.105.184.209" for syntax highlighting
20+
* Use the "Terminal" in Visual Studio code to interact
21+
1222
* Clone https://github.com/svub/nunya into `~/nunya`
1323
* Fetch latest from branch 'submit-pubkey'
1424
```

0 commit comments

Comments
 (0)