Commit graph

61 commits

Author SHA1 Message Date
Colin King 1b1d1d6c1f Update README.md for current state of macOS
Homebrew Rust will correctly compile `alacritty` now, and the monospace
font is automatically set to `Menlo` at first launch.
2017-12-22 14:09:09 -08:00
Benjamin Hoffmeyer f09b9ce806 Add Void Linux to distrobutions with packages
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed.
2017-12-22 14:07:45 -08:00
Jon McDuffie 6a1bed0a71 Fix License link at the bottom of the readme (#933) 2017-12-16 22:04:10 -08:00
thelearnerofcode 0bae7ae722 Fixed typo in README.md (#876) 2017-11-11 08:24:08 -08:00
Bailey f68558e9dc Link to FAQ when referencing it (#881) 2017-10-31 08:54:30 -07:00
Joe Wilm 8af4a4b55b Update README.md with more Wayland
Adds a call to action on how to improve Wayland support in Alacritty.
2017-10-21 17:08:16 -07:00
Joe Wilm 2ea20f4823 Scale all fonts based on device-pixel-ratio
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-08 22:20:58 -07:00
Joshua Strobl 044b546267 Update Solus deps (#792)
Removed freetype2-devel, it isn't necessary given fontconfig-devel depends on freetype2-devel, just as it depends on expat-devel.
2017-10-07 08:02:55 -07:00
Peter Butkovic 934c205a46 centos/RHEL 7 build instructions added (#813) 2017-10-04 08:49:34 -07:00
vale981 556edd82bc A (very) little english fixup... (#770) 2017-09-05 08:56:32 -07:00
Joe Wilm 7d3fc0dc9c Update README.md 2017-08-29 09:39:43 -07:00
azarus 09c8c06631 Add gentoo instructions. (#759) 2017-08-29 08:40:51 -07:00
Maxim Baz 4e9b1c590e Move rust dependency to the Prerequisites section (#724)
* Move rust dependency to the Prerequisites section
* Remove reference to a specific compiler version
2017-08-12 12:49:57 -07:00
Maxim Baz 492d1bd3d5 Add rust to the list of Arch Linux dependencies
Fixes #718
2017-08-11 11:27:36 -07:00
Mike Hartington 11e67d9034 docs(): add instructions for mac apps (#688) 2017-07-28 09:02:05 -07:00
Jörg Thalheim b5f7cc315b README.md: add NixOS (#694) 2017-07-28 09:00:04 -07:00
Joe Wilm 8e7dd009a4 Update to latest Glutin/winit (#671)
* 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-07-20 10:50:50 -07:00
Dimas Cyriaco 5a220b73db Add Solus instructions 2017-06-30 23:13:13 -07:00
Joe Wilm e675044cfc Update README
Closes #636
Closes #592
2017-06-27 09:07:47 -07:00
Siva Mahadevan 3dfac443c7 Add dependency to FreeBSD-specific setup
Fixes problem I had with issue #609, should be better documented.
2017-06-18 17:05:11 -07:00
Joe Wilm 6659810a22 Update build instructions about Homebrew Rust bug 2017-05-03 10:45:06 -07:00
Joe Wilm b9c8515f0d Remove old note about Mesa bug 2017-05-03 10:42:47 -07:00
Joe Wilm 900a2c5fa5 Fix whitespace in README 2017-05-03 10:42:17 -07:00
Anders Rasmussen edc2c7f5b9 Configurable window dimensions
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-06 20:45:17 -08:00
Daniel M. Capella 8f2e7b08a6 readme: Remove stray line
No longer needed thanks to #382.
2017-02-03 12:59:18 -08:00
Joe Wilm f2f750f9f3 Alacritty now compiles on stable Rust 🎉 2017-02-03 08:11:19 -08:00
Daniel M. Capella 60d6071fb6 Add Arch Linux package install instructions
Includes minor touch ups.
2017-01-29 20:29:22 -08:00
Joe Wilm 2b478e7b9c Fix section headers in README
Resolves #367
2017-01-28 17:54:19 -08:00
DerNorbert 4ebcbf1c4d Add Slackware section to README.md 2017-01-26 07:41:06 -08:00
lukaslueg 35e60dfe86 Mention talk at Rust Meetup in README.md 2017-01-21 19:00:07 +01:00
Joe Wilm 8644a0551b Mention our IRC channel in the README 2017-01-18 23:02:53 -08:00
johalun 398e31fa37 Make it run on FreeBSD 2017-01-18 22:28:16 -08:00
lukaslueg 4fb7801ba3 Update README.md
`cmake` is required everywhere in order to build `expat-sys`
2017-01-10 09:33:56 -08:00
Joe Wilm ff5156040e Merge pull request #255 from igravious/patch-1
Update README.md
2017-01-09 09:34:20 -08:00
Alberto Corona c314fb25cd Add another optional config path $HOME/.alacritty.yml
- Added note about the default file created if no path is found
2017-01-09 09:23:32 -08:00
Alberto Corona 929403386c Support config path $XDG_CONFIG/alacritty.yml
- Update README to reflect changes
2017-01-09 09:23:32 -08:00
Alberto Corona 987b8555de Conform to XDG spec for configuration
- Use $XDG_CONFIG_HOME/alacritty/alacritty.yml for loading the
	  configuration file falling back to $HOME/.config/alacritty/alacritty.yml
	- Closes #203
2017-01-09 09:23:32 -08:00
igravious 1bda79edff Update README.md
Tiny grammar fix.
2017-01-09 09:40:15 +00:00
lukaslueg 8b13032abc Update README.md
Small fix for markdown parsing, github fudges this
2017-01-07 22:25:53 +01:00
Tom Brown 3d64a43fcb Update README.md 2017-01-07 12:27:45 -08:00
lukaslueg 6d4f89bd63 Update README.md
Useless use of cat
2017-01-07 19:04:22 +01:00
Norman b8ab5be917 Add instructions for VoidLInux in README.md 2017-01-07 09:54:39 -08:00
Josh Leverette 8300869b98 Change README.md to reflect the current compiler situation 2017-01-07 10:41:21 -05:00
Tom Wadley 8f38e4fa7d Add tip for running in XWayland 2017-01-06 18:48:31 -06:00
Joe Wilm 9d6c317035 Add blog post to README 2017-01-06 15:44:14 -08:00
Kristoffer Grönlund 402eb575cb Add installation instructions for openSUSE 2017-01-07 00:32:54 +01:00
Joe Wilm a61e000f98 Merge pull request #92 from amikhalev/add-desktop-entry
Added a freedesktop.org desktop entry and instructions for using it to README.md
2017-01-06 12:59:27 -08:00
Alex Mikhalev 5226cfe562 Reduced Desktop Entries heading size 2017-01-06 13:07:15 -07:00
Alex Mikhalev 7cbc50fd2f Added Alacritty.desktop file and instructions to README.md 2017-01-06 13:05:55 -07:00
Ben Myles 56c83be81c Add README instruction for Fedora 2017-01-06 11:36:04 -08:00