From 7078c1e493bbf5a845b0c413beacccc65988e509 Mon Sep 17 00:00:00 2001
From: roman <roman.haefeli@zhdk.ch>
Date: Tue, 27 Oct 2020 16:18:37 +0000
Subject: [PATCH] fix some things in README

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 57a44f0..57fc70c 100644
--- a/README.md
+++ b/README.md
@@ -21,21 +21,23 @@ For more information visit:
 
 ### Installation
 
+NOTE: Find detailed instructions in [here](INSTALL.md).
+
 Install Pure Data with your package manager or get binaries
 from:
 
   https://puredata.info/downloads/
 
-You need the following externals to run tpf-client
+You need the following externals to run tpf-server
 
   * iemnet
   * osc
   * slip
 
 You can install externals through the Pd menu:
-'Help' -> 'Find Externals'
+`Help` -> `Find Externals`
 
-tpf-server uses netpd-server as a git submodule, thus make
+**tpf-server** uses **netpd-server** as a git submodule, thus make
 sure to clone the repository like this:
 
 ```
-- 
GitLab