# How to open a .md file on a Mac

A `.md` file is a plain-text Markdown document. Preview it with Finder and Quick Look, open it in Downright, or use Terminal:

```bash
down README.md
```

Downright keeps the raw file as the source of truth while rendering the document around it.
