hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

Fix Markdown errors and add wget install on Mac #52

Closed fxstein closed 8 years ago

fxstein commented 8 years ago

Fix markdown errors as identified by atom-linter See https://atom.io/packages/linter-markdown Add wget install for those on a Mac

StefanScherer commented 8 years ago

@fxstein Thanks for your contribution. But how to install it? Even after a

apm install linter
apm install linter-markdown

opening a markdown file in Atom shows me an error: Error cannot find module 'remark'

fxstein commented 8 years ago

Let me check. I started using the linter for all my Python code to make it PEP8 compliant and then added php and markdown.

fxstein commented 8 years ago

Here we go:

https://github.com/wooorm/remark-lint

npm install --global remark remark-lint
StefanScherer commented 8 years ago

Thanks. Will try. But it seems to me that this Atom plugin should install its dependencies better. Not every Atom user has Node.js installed. Can we file an issue there?

fxstein commented 8 years ago

Completely agree.

StefanScherer commented 8 years ago

Doesn't like all of these linter rules (multiple spaces in lists), but I try to get used to it :-)

fxstein commented 8 years ago

My sentiments exactly. But I have learned to realize some of these standards are still better than free flow - especially amongst teams.

Thanks you for accepting the request.

PS: You guys do amazing work! Cant wait to do a loot of cool things with it!