From 072b5caefb1129d6ff2d3eab25670eb4ce1c0c45 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Sun, 27 Apr 2025 11:00:33 +0200 Subject: [PATCH] Minor in README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d4d6494..a81eaba 100644 --- a/README.md +++ b/README.md @@ -153,15 +153,14 @@ Serena can be used in various ways, below you will find instructions for selecte ```shell cp serena_config.template.yml serena_config.yml ``` -4. Copy `project.template.yml` to `project.yml` and adjust the settings specific to your project. - (Add one such file for each project you want Serena to work on.) We recommend that you copy +4. Copy `project.template.yml` to `project.yml` and adjust the settings specific to your project + (add one such file for each project you want Serena to work on). We recommend that you copy it to the `.serena` directory of your project, e.g., - ```shell - mkdir -p /myproject/.serena - cp project.template.yml /myproject/.serena/project.yml - ``` - though you can also keep it somewhere else. -5. If you want Serena to dynamically switch between projects, add the list of all project files + ```shell + mkdir -p /myproject/.serena + cp project.template.yml /myproject/.serena/project.yml + ``` +6. If you want Serena to dynamically switch between projects, add the list of all project files created in the previous step to the `projects` list in `serena_config.yml`. > ⚠️ **Note:** Serena is under active development. We are continuously adding features, improving stability and the UX.