aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLuke Berndt <luke@robotastic.com>2021-10-15 09:15:13 -0400
committerLuke Berndt <luke@robotastic.com>2021-10-15 09:15:13 -0400
commit00ce16f4d59bf64de3deebf92f8a61874bdb2fa3 (patch)
treea9a66e629e790f6ed7730cd2981b4d0fe978e481 /utils
parentca33f8daa4f74e5b00cebf3c45effeba6c37da26 (diff)
small change
Diffstat (limited to 'utils')
-rw-r--r--utils/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md
index bad6bd77..f338058f 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -4,8 +4,10 @@ Docker makes it easier to test on different operating systems
## Build
From the root directory of trunk-recorder, run:
+
`docker build -t tr-arch -f utils/Dockerfile.arch-latest.dev .`
+`docker build -t tr-arch -f utils/Dockerfile.arch-latest-aur.dev .`
`docker build -t tr-fedora -f utils/Dockerfile.fedora-35.dev .`