diff --git a/Home.md b/Home.md index d27ba31..0002b9a 100644 --- a/Home.md +++ b/Home.md @@ -50,7 +50,7 @@ Before continuing, I recommend you are familiar with the following; ### As Source Code -- Source Code Home +- [Source Code Home](Source-Code-Home) - [Changing the C.L.I. Icon](Changing-the-CLI-Icon) ### As a Command-Line Interface (C.L.I.) diff --git a/Source-Code-Home.md b/Source-Code-Home.md new file mode 100644 index 0000000..ac983a2 --- /dev/null +++ b/Source-Code-Home.md @@ -0,0 +1,11 @@ +This section is for those wanting to work with the repository's source code. If you are more interested in using Death Socket's features via NuGet or the CLI, use the following links; + +- ["As a Command Line Interface" section](CLI-Home) (if you want to use the console program which comes with this repository) +- [“As a NuGet” section](NuGet-Home) (if you want to add + DeathSocket to your project) + +**Note:** SkiaSharp 1.68 causes DeathSocket (.Net Standard library) code to crash. Please do not use. + +## Table of Contents + +- [Changing the C.L.I. Icon](Changing-the-CLI-Icon) diff --git a/_sidebar.md b/_sidebar.md index b23ec98..99d5008 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -7,7 +7,7 @@ ### As Source Code -- Source Code Home +- [Source Code Home](Source-Code-Home) - [Changing the C.L.I. Icon](Changing-the-CLI-Icon) ### As a Command-Line Interface (C.L.I.)