From 057a1b30f2620c19d94e09ad1f7350dd2317023c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20P=C4=85czkowski?= Date: Sat, 4 Sep 2021 09:39:05 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8aa9f2..2494657 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Quarks.install("https://github.com/supercollider/scel"); ``` The scel repository will be downloaded to your local file system and the path -will be added to your default `sclang_conf.yaml` file. (You can find its +will be added to your currently used `sclang_conf.yaml` file. (You can find its location by evaluating `Platform.userConfigDir`) Next, find out where scel was installed. You will use this install-path in your @@ -85,7 +85,8 @@ sudo apt install supercollider-emacs If you are building SuperCollider from source, you can optionally compile and install this library along with it. The cmake `-DSC_EL` flag controls whether -scel will be compiled. On Linux machines `-DSC_EL=ON` by default. See the +scel will be compiled. On Linux machines `-DSC_EL=ON` by +. See the supercollider README files for more info. ``` emacs-lisp