From d9d5cd586616cdbec41757e15ed351ab54eaf60a Mon Sep 17 00:00:00 2001 From: Josh Levin <68629053+Morpheus636@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:55:11 -0500 Subject: [PATCH 1/2] Update build_binaries.yml --- .github/workflows/build_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 9c28079..bdb28e5 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [[ubuntu-latest, linux] + os: [[ubuntu-latest, linux]] steps: - name: Checkout Code From 9e91fecae6653f1c1f46faa760e11b95692e714d Mon Sep 17 00:00:00 2001 From: Josh Levin <68629053+Morpheus636@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:19:46 -0500 Subject: [PATCH 2/2] Update README.md --- docs/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1d6643a..3cca626 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,8 @@ -# Zeal_CLI -A Command-Line-Interface for managing installed Zeal Docsets. +# Zeal CLI +Zeal CLI is a command-line-interface for managing [Zeal](https://zealdocs.org/) docsets on Linux. It's syntax is roughly based on the basic syntax of the `apt` package manager, because Zeal CLI is basically a package manager for docsets. + +Just like Zeal, Zeal_CLI sources docsets from [Dash](https://kapeli.com/dash). Special thanks to Dash's developer, [Kapeli](https://github.com/Kapeli) for granting me permission to use their docsets. -Just like Zeal, Zeal_CLI sources docsets from Dash. ## Usage for Non-Contributors View the [usage documentation](usage.md) for using instructions.