aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-04 20:39:54 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-04 20:39:54 +0900
commitd71502c7022875b13543d22530c02f0d9a862e30 (patch)
tree6a0cb62e8f45c86dd4b532b618c97524d651d9cd /README.md
parent356565d97234c0d5003f1fa46d6ade96a546c9f6 (diff)
Add 'Downloading Code with Git' section to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.