diff --git a/README.md b/README.md index 57a44f05b42bd0239f48272be20a363f4fbeb7e1..57fc70ca9a195871e7477a30f60c1bc1acb4baa2 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: ```