We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b507c commit 1f27652Copy full SHA for 1f27652
README.md
@@ -85,8 +85,8 @@ All import views do require admin "is staff" permission.
85
86
## Testing
87
88
-If you have [Fig](http://www.fig.sh/) and [Docker](https://www.docker.com/)
89
-installed, then just running `fig up` will do everything you need to test
+If you have [docker-compose](https://docs.docker.com/compose/) and [Docker](https://www.docker.com/)
+installed, then just running `docker-compose up` will do everything you need to test
90
the packages.
91
92
Otherwise look at the `.travis.yml` file for test dependencies.
0 commit comments