From 77f2ad08570afdd232bf7122ade259320d5bf9b9 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 10:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20installation=20instruction?= =?UTF-8?q?s=20for=20Just=20command=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- just/CHEATSHEET.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/just/CHEATSHEET.md b/just/CHEATSHEET.md index 1f2e385..3e617ea 100644 --- a/just/CHEATSHEET.md +++ b/just/CHEATSHEET.md @@ -8,6 +8,12 @@ repo: https://github.com/casey/just description: 🤖 Just a command runner ``` +## Install + +```shell +cargo install just +``` + ## Usage Sample `justfile`: