aboutsummaryrefslogtreecommitdiff
path: root/editors/gomate/pkg-message
blob: b811b2aeb291e8d3feb48a6fb0ec675994b096a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
{ type: install
  message: <<EOM
To remotely edit a file on this host connect via SSH with remote
port forwarding:

ssh -R 52698:127.0.0.1:52698 user@example.org \
	gomate /path/to/the/file.txt
EOM
}
]