Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ $ make install
or just copy the man file in `_doc/wiki.1` to `/usr/local/share/man/man1` or
where you keep your man files.

You can also install with [Homebrew](https://brew.sh/).

First you need to install Homebrew if you haven't installed yet.

```shell
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Then you need to run following command.

```shell
$ brew install wiki
```

## Usage

To get a summary from Wikipedia in English just invoke the tool with a query.
Expand Down