aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1abc4e0ea1c8..c2d87332bac4 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ docker build --tag php-wddx-aur .
docker run --rm --volume "$(pwd):/package" php-wddx-aur
```
-Alternatively, using [Fig]:
+Alternatively, using [Docker Compose]:
```bash
-fig run build
+docker-compose run build
```
This will start create a docker image tagged as php-wddx-aur and build the
@@ -24,4 +24,4 @@ your current directory.
[wddx]: http://php.net/wddx
[makepkg]: https://wiki.archlinux.org/index.php/Makepkg
[Docker]: https://www.docker.com/
-[Fig]: http://www.fig.sh/
+[Docker Compose]: http://docs.docker.com/compose/