aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-12-22Update README.md for current state of macOSColin King
Homebrew Rust will correctly compile `alacritty` now, and the monospace font is automatically set to `Menlo` at first launch.
2017-12-22Add Void Linux to distrobutions with packagesBenjamin Hoffmeyer
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed.
2017-12-16Fix License link at the bottom of the readme (#933)Jon McDuffie
2017-11-11Fixed typo in README.md (#876)thelearnerofcode
2017-10-31Link to FAQ when referencing it (#881)Bailey
2017-10-21Update README.md with more WaylandJoe Wilm
Adds a call to action on how to improve Wayland support in Alacritty.
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
Rather than use DPI from config, use device-pixel-ratio from winit. This is computed using the display DPI anyhow, so it should have the same effect.
2017-10-07Update Solus deps (#792)Joshua Strobl
Removed freetype2-devel, it isn't necessary given fontconfig-devel depends on freetype2-devel, just as it depends on expat-devel.
2017-10-04centos/RHEL 7 build instructions added (#813)Peter Butkovic
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