Reputation: 1655
I'm using Atom editor and I want to edit files in the remote server, the 'remote-edit' package seems may solve my problem. But I can't find any information on how to install it, any suggestion?
Upvotes: 1
Views: 2795
Reputation: 12872
It's all in the documentation:
From the Atom menu, click on Preferences > Install
, search for remote-edit
, click “Install”
Use the command-line apm install remote-edit
Somewhere between pure GUI and command-line is the command palette. Once triggered, type *“install packages”, then follow the steps from 1.)
Upvotes: 2