From 51f01dfb42f25882a59ad5defb12e13433bfb6b6 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Fri, 23 Aug 2024 00:52:09 +0900 Subject: Add Changelog and Source code section to README.md file --- CHANGELOG.md | 7 +++++++ README.md | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068ae31..b8801cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Add + +- Add Changelog section in README.md file. +- Add Source code section in README.md file. + ## [1.0.0] - 2024-08-23 ### Added 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. -- cgit v1.2.3