svipul
svipul

Reputation: 1655

How to install Atom editor's 'remote-edit' package?

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

Answers (1)

idleberg
idleberg

Reputation: 12872

It's all in the documentation:

  1. From the Atom menu, click on Preferences > Install, search for remote-edit, click “Install”

  2. Use the command-line apm install remote-edit

  3. Somewhere between pure GUI and command-line is the command palette. Once triggered, type *“install packages”, then follow the steps from 1.)

Upvotes: 2

Related Questions