[–] JamyDev 12y ago ↗ Well, even the zip was easily distributable. I don't think they really put much effort in licensing. I guess they make it semi-invite only to get some more hype? Or maybe just to limit the amount of testers..
[–] w0rm 12y ago ↗ Any instructions for linux? [–] JamyDev 12y ago ↗ Well there's no Linux version out yet, so probably not ;) [–] profil 12y ago ↗ From the faq: "What platforms does Atom run on?At the moment Atom only runs on OS X (10.8 or later). Windows and Linux releases are on the roadmap."https://atom.io/faq
[–] profil 12y ago ↗ From the faq: "What platforms does Atom run on?At the moment Atom only runs on OS X (10.8 or later). Windows and Linux releases are on the roadmap."https://atom.io/faq
[–] dribnet 12y ago ↗ Nice idea, but for me this 5 line mac-specific shell script had two errors. Did anyone actually try this?Here's a version that worked for me #!/bin/sh cd ~ curl -L --insecure https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip unzip Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip [–] [deleted] 12y ago ↗ (comment deleted) [–] [deleted] 12y ago ↗ (comment deleted) [–] xtracto 12y ago ↗ I am getting only {"message":"Not Found"} ... guess it doesn't anymore.
[–] hsx 12y ago ↗ That's probably not something you should have on HN.. I mean, sure, submitting it isn't wrong but distributing IP, not so good.
9 comments
[ 2.8 ms ] story [ 25.4 ms ] threadAt the moment Atom only runs on OS X (10.8 or later). Windows and Linux releases are on the roadmap."
https://atom.io/faq
Here's a version that worked for me