From 37d22fc83773dacb44ae22e16449bd1143c7eb7d Mon Sep 17 00:00:00 2001 From: consolethinks Date: Thu, 28 Mar 2024 11:37:09 +0100 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8ff39bfc..8ff779f5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Files for running SciCat with docker-compose. +## Tags + +You can use older versions of SciCat Live by checking out specific tags using `git checkout [TAG]` on your local clone of the repo. + +`v1.0` - the first stable version + +Note: older versions might not contain certain functionality (e.g. archival mock in `v1.0`). Be sure to take a look at that version's `README.md` as well. + ## Steps 1. Clone the repository