From 5858468e9606a5a08aa1ed25c5ca3e64f1f45a58 Mon Sep 17 00:00:00 2001 From: panwanke Date: Tue, 16 Apr 2024 11:23:46 +0800 Subject: [PATCH] update readme and kabuki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25e126..445fd9c 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Code for building the docker image (don't forget the `.` in the end): docker build -t [username]/hddm:[tag] -f Dockerfile . ``` * [username] is your username on Docker Hub. -* [tag] is docker images tag, e.g., `latest` or `v1.0`. +* [tag] is docker images tag, e.g., `latest` or `0.9.8`. ## Acknowledgement Thank [@madslupe](https://github.com/madslupe) for his previous HDDM image, which laid the base for the current version.