summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2017-09-05A (very) little english fixup... (#770)vale981
2017-08-29Update README.mdJoe Wilm
2017-08-29Add gentoo instructions. (#759)azarus
2017-08-12Move rust dependency to the Prerequisites section (#724)Maxim Baz
* Move rust dependency to the Prerequisites section * Remove reference to a specific compiler version
2017-08-11Add rust to the list of Arch Linux dependenciesMaxim Baz
Fixes #718
2017-07-28docs(): add instructions for mac apps (#688)Mike Hartington
2017-07-28README.md: add NixOS (#694)Jörg Thalheim
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
* Update to latest Glutin/winit This *finally* gets us off the fork of Glutin we've been on for so long and will unblock a number of other items. Functionality should be the same as before. The update forced our hand on a compiler update. It's no longer feasible to pin on an old version. From now on, we require latest stable.
2017-06-30Add Solus instructionsDimas Cyriaco
2017-06-27Update READMEJoe Wilm
Closes #636 Closes #592
2017-06-18Add dependency to FreeBSD-specific setupSiva Mahadevan
Fixes problem I had with issue #609, should be better documented.
2017-05-03Update build instructions about Homebrew Rust bugJoe Wilm
2017-05-03Remove old note about Mesa bugJoe Wilm
2017-05-03Fix whitespace in READMEJoe Wilm
2017-02-06Configurable window dimensionsAnders Rasmussen
Adds a configuration option `dimensions` which will set initial window size by columns and lines. Changes to the config file will require restart. resolves #370
2017-02-03readme: Remove stray lineDaniel M. Capella
No longer needed thanks to #382.
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-29Add Arch Linux package install instructionsDaniel M. Capella
Includes minor touch ups.
2017-01-28Fix section headers in READMEJoe Wilm
Resolves #367
2017-01-26Add Slackware section to README.mdDerNorbert
2017-01-21Mention talk at Rust Meetup in README.mdlukaslueg
2017-01-18Mention our IRC channel in the READMEJoe Wilm
2017-01-18Make it run on FreeBSDjohalun
2017-01-10Update README.mdlukaslueg
`cmake` is required everywhere in order to build `expat-sys`
2017-01-09Merge pull request #255 from igravious/patch-1Joe Wilm
Update README.md
2017-01-09Add another optional config path `$HOME/.alacritty.yml`Alberto Corona
- Added note about the default file created if no path is found
2017-01-09Support config path `$XDG_CONFIG/alacritty.yml`Alberto Corona
- Update README to reflect changes
2017-01-09Conform to XDG spec for configurationAlberto Corona
- Use $XDG_CONFIG_HOME/alacritty/alacritty.yml for loading the configuration file falling back to $HOME/.config/alacritty/alacritty.yml - Closes #203
2017-01-09Update README.mdigravious
Tiny grammar fix.
2017-01-07Update README.mdlukaslueg
Small fix for markdown parsing, github fudges this
2017-01-07Update README.mdTom Brown
2017-01-07Update README.mdlukaslueg
Useless use of cat
2017-01-07Add instructions for VoidLInux in README.mdNorman
2017-01-07Change README.md to reflect the current compiler situationJosh Leverette
2017-01-06Add tip for running in XWaylandTom Wadley
2017-01-06Add blog post to READMEJoe Wilm
2017-01-07Add installation instructions for openSUSEKristoffer Grönlund
2017-01-06Merge pull request #92 from amikhalev/add-desktop-entryJoe Wilm
Added a freedesktop.org desktop entry and instructions for using it to README.md
2017-01-06Reduced Desktop Entries heading sizeAlex Mikhalev
2017-01-06Added Alacritty.desktop file and instructions to README.mdAlex Mikhalev
2017-01-06Add README instruction for FedoraBen Myles
2017-01-06Add README instruction for macOS configJoe Wilm
2017-01-06Emphasize pre-alpha in the READMEJoe Wilm
2017-01-06Add note about this release being pre-alphaJoe Wilm
2017-01-05Add prerequisites for Arch Linuxpengowen123
2017-01-05macOS: cmake is not requiredAlex Burka
The build Works On My Machine (tm) without cmake. OSX 10.9.5
2017-01-04Fix typo in READMEFliegendeWurst
2017-01-04Add note about forthcoming blog postJoe Wilm
2017-01-02Update README arrow keys FAQJoe Wilm
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
Resolves #35.