aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-23 00:52:09 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-23 00:56:47 +0900
commit51f01dfb42f25882a59ad5defb12e13433bfb6b6 (patch)
treeb0779c7e1094ddc510eeb10a1d95f0ba4db04a4f /README.md
parent9f033c939b49049a2163d11f108de516346d6b90 (diff)
Add Changelog and Source code section to README.md file
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa4fd98..ac90b41 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,22 @@ Output:
#(8)
```
+## Source code
+
+### Use git command
+
+To clone the repository `r7rs-accel-asc`, you can use the following git command:
+
+```shell
+git clone https://git.tojo.tokyo/r7rs-accel-asc.git
+```
+
+After cloning, you can explore the code and integrate it into your R7RS projects.
+
+## Changelog
+
+See the [CHANGELOG.md](./CHANGELOG.md) file.
+
## License
This library is released under the Apache License Version 2.0.