From 662563b74c6922b22b2cd28c608397e075a9fcec Mon Sep 17 00:00:00 2001 From: pandusonu2 Date: Fri, 26 Jan 2018 00:14:53 +0530 Subject: [PATCH] Update README.md to fix font requirements for Arch Linux The current specifications for installation of Servo in Arch Linux fails to run due to requirement of fonts. The fix is just to include the required package in the required dependencies list in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d6ddcdee8..14354e630be 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M #### On Arch Linux ``` sh -sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu pkg-config +sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu pkg-config ttf-fira-sans ``` #### On Gentoo Linux