Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Morpheus636 committed Feb 20, 2022
2 parents e92427f + dffddad commit a535409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [[ubuntu-latest, linux]
os: [[ubuntu-latest, linux]]

steps:
- name: Checkout Code
Expand Down
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit a535409

Please sign in to comment.