0
How can I at Powershell open (cloned) github file into Atom?
Very confusing info on web. My Powershell does not recognise Atom. How to sync(?) them? Besides, being in Atom, I dont see that html file at its location.
1 Answer
+ 2
Where's your cloned file located on disk?
Go to that folder using the cd command and type 'atom filename' (assuming atom is installed somewhere on your $PATH).
Hope this helps!