1<html>
2  <head>
3  </head>
4  <body>
5
6    <h1>Install finished</h1>
7
8    <p>The Meson build system is now installed. Note that Meson does not
9      provide any GUI applications, it is only usable from the command
10      line. You can verify if your installation of Meson is working by
11      running the following command in a terminal
12    </p>
13
14    <pre>
15      $ meson --version
16    </pre>
17
18    <p>If the system reports that the program could not be found
19      you might need to edit your configuration files so
20      that <code>/usr/local/bin</code> is in your path.
21    </p>
22
23  </body>
24</html>
25