Update README.md

This commit is contained in:
Erreur32 2017-07-21 10:10:13 +02:00
parent 2cde3e1a94
commit 48a1547d4f
1 changed files with 9 additions and 3 deletions

View File

@ -75,12 +75,18 @@ You can see the result with :
<code>cat /etc/motd</code>
<br>or
<br>
<code>usr/bin/motds32 -c</code>
<br>or
<code>motd -m</code>
<br><br>
<h2 id="update" data-source-line="52"><a class="anchor" href="#update"><span class="octicon octicon-link"></span></a>UPDATE:</h2>
<pre data-source-line="55"><code class="hljs">cd /PATH/MOTDs32
git pull</code></pre>
<pre data-source-line="55"><code class="hljs">
cd /PATH/MOTDs32
./uninstall.sh
git pull
./install.sh
</code></pre>