From 00769884b8ae6d45b74266d8cc3396c3c174409f Mon Sep 17 00:00:00 2001 From: Kjuly Date: Sun, 10 Dec 2023 20:33:43 +0800 Subject: [PATCH] Update README.md: Add Installation section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e7288b0..8a1e813 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,12 @@ This lightweight logging lib is serverless. It includes a debug logger and a fil [Carthage-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYLogger?label=Carthage&labelColor=2F4858&color=A8DF8E [Carthage-Link]: https://swiftpackageindex.com/Kjuly/KYLogger +## Installation + +See the following subsections for details on the different installation methods. + +- [Swift Package Manager](INSTALLATION.md#swift-package-manager) +- [CocoaPods](INSTALLATION.md#cocoaPods) +- [Carthage](INSTALLATION.md#carthage) +- [Submodule](INSTALLATION.md#submodule) +