1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00

add badges to readme

This commit is contained in:
Wez Furlong 2018-02-20 13:50:45 -08:00
parent 0b68ab0c58
commit 828580a261

View File

@ -2,6 +2,10 @@
A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering. A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering.
[![Build Status](https://travis-ci.org/wez/wezterm.svg?branch=master)](https://travis-ci.org/wez/wezterm)
[![codecov](https://codecov.io/gh/wez/wezterm/branch/master/graph/badge.svg)](https://codecov.io/gh/wez/wezterm)
![Screenshot](screenshots/one.png) ![Screenshot](screenshots/one.png)
*Screenshot of wezterm on X11, running vim* *Screenshot of wezterm on X11, running vim*
@ -13,9 +17,8 @@ A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering.
* Build in release mode: `cargo build --release` * Build in release mode: `cargo build --release`
* Run it via either `cargo run --release` or `target/release/wezterm` * Run it via either `cargo run --release` or `target/release/wezterm`
You will need a collection of support libraries; important to note is that You will need a collection of support libraries; the example below shows which
your `harfbuzz` library must have support for `hb_ft_font_create_referenced`; deps are needed for ubuntu systems:
older linux distributions don't have this!
``` ```
$ sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev \ $ sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev \