For future reference: Windows user only
Go to
C:\Users\<username>
, then enableHidden items
in View tab.ClickAppData
Local
thenAtom
. Then, clickapp-<version>
.
On Search in taskbar type
variable
. Then clickEdit the system environment variable
.
Select
Path
. Then clickEdit
,New
, and Paste the copied Path. Then finally click all
ok
buttons. Then close cmd and open again.
atom --version
To open a project with atom
Go to your project directory: by typing
cd /<foldername>
using cmd or bash. Then type,
atom .