diff --git a/Readme.md b/Readme.md
index ce954bc..cc3198e 100755
--- a/Readme.md
+++ b/Readme.md
@@ -85,14 +85,14 @@ DiffRhythm (Chinese: 谛韵, Dì Yùn) is the ***first*** open-sourced diffusion
| DiffRhythm-vae | https://huggingface.co/ASLP-lab/DiffRhythm-vae |
## Docker installation
-You just need the 3 files inside the folder docker. Do as it follows:
+You just need the 3 files inside the `docker` folder. Do as it follows:
- Clone the project or copy the files
-- cd into the folder
-- Edit your docker compose biding folders
-- docker compose up -d (or docker-compose up -d depending on your version)
-- docker exec -it DiffRhythm bash
+- `cd` into the `docker` folder
+- Edit your docker compose bindings in `docker-compose.yml`
+- Run `docker compose up -d` (or `docker-compose up -d`, depending on your version of Docker)
+- Run `docker exec -it DiffRhythm bash`
-You will be in the terminal ready for use. Just go to /home/app/scripts and run infer_prompt_ref.sh
+You will be in the terminal ready for use. Just go to `/home/app/scripts` and run `infer_prompt_ref.sh`
## Inference
Following the steps below to clone the repository and install the environment.