Parcourir la source

Shorten `meson build` instructions in README

tags/v1.0.0
Matt Baer il y a 6 ans
Parent
révision
9227c15c3c
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. +1
    -3
      README.md

+ 1
- 3
README.md Voir le fichier

@@ -10,9 +10,7 @@ but do to the simplicity of the app this shouldn't be much of a problem to anyon
Write.as GTK uses the [Meson/Ninja](http://mesonbuild.com/) build system, and as such you can install it on
any FreeDesktop.Org compatible system using:

mkdir build
cd build
meson ..
meson build && cd build
ninja
sudo ninja install



Chargement…
Annuler
Enregistrer