Kaynağa Gözat

better docs

Chuck Dries 6 yıl önce
ebeveyn
işleme
9da8721ebb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md Dosyayı Görüntüle

@@ -133,7 +133,7 @@ Now you can run Audiogram in a container using that image:
133 133
 docker run -p 8888:8888 -t -i audiogram
134 134
 ```
135 135
 
136
-If you have docker-compose, using it will allow you to make changes in your local directory and apply them without re-building the docker image.
136
+If you have docker-compose, you can run audiogram using it. Docker-compose comes with docker for mac by default. Using it will allow you to make changes in your local directory, to themes and settings for example, and apply them without re-building the entire image.
137 137
 ```sh
138 138
 docker-compose up
139 139
 ```