From 7750de533dfba4492d051f5c57a9cec2272466fb Mon Sep 17 00:00:00 2001 From: knector01 <78086132+knector01@users.noreply.github.com> Date: Sat, 22 Jan 2022 19:34:31 -0700 Subject: [PATCH] Reformat installation instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 422f61d..fd7403a 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,13 @@ I found the CCRMA page especially helpful for understanding the algorithm. ## Installation -DEPENDENCIES: lv2-dev build-essential libcairo2-dev libpango1.0-dev +Dependencies: + +* lv2-dev +* build-essential +* libcairo2-dev +* libpango1.0-dev + (there are possibly more that I've forgotten) ``` @@ -25,6 +31,7 @@ make install ``` By default, the Makefile installs the plugin to the following path: + ``` ~/.lv2/lpc.lv2 ```