From 4ffb4aac11d6954acd6423fe16818ea0408aa0e6 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Mon, 12 Feb 2024 10:01:49 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91919c25..86c80b3d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can also clone this repository into your site's `themes` directory and check ```shell git clone https://github.com/joeroe/risotto themes/risotto && cd themes/risotto -rit checkout $(git tag -l | grep '^v[0-9.]*$' | sort -V | tail -n 1) +git checkout $(git tag -l | grep '^v[0-9.]*$' | sort -V | tail -n 1) ``` Note that this will not work if your site is itself a git repository.