From d71502c7022875b13543d22530c02f0d9a862e30 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 4 Aug 2024 20:39:54 +0900 Subject: Add 'Downloading Code with Git' section to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 616f178..7a19692 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ returns `#f`. Writes the specified `image` (PBM, PGM, or PPM) to the given output `port`. +### Downloading Code with Git + +```bash +git clone https://git.tojo.tokyo/r7rs-pnm.git +``` + ## License This library is released under the LGPLv3+ License. -- cgit v1.2.3