Skip to content

Commit

Permalink
Update README: Make it possible to install specific previous versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Jul 31, 2024
1 parent b594567 commit ae7340a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ brew install --cask nikitabobko/tap/aerospace
You might need to configure your shell to enable completion provided by homebrew packages: https://docs.brew.sh/Shell-Completion
AeroSpace provides bash, fish and zsh completions.

You can also install specific previous versions:
```
brew install --cask nikitabobko/tap/[email protected]
```

For the list of all the versions available for installation via brew see: https://github.com/nikitabobko/homebrew-tap/tree/main/Casks

[Manual installation](https://nikitabobko.github.io/AeroSpace/guide#manual-installation)

> [!NOTE]
Expand Down
8 changes: 8 additions & 0 deletions docs/guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ brew install --cask nikitabobko/tap/aerospace
*(Optional)* You might need to configure your shell to enable completion provided by homebrew packages: https://docs.brew.sh/Shell-Completion
AeroSpace provides bash, fish and zsh completions.

You can also install specific previous versions:
[source,bash]
----
brew install --cask nikitabobko/tap/[email protected]
----

For the list of all the versions available for installation via brew see: https://github.com/nikitabobko/homebrew-tap/tree/main/Casks

[#manual-installation]
=== Manual installation

Expand Down

0 comments on commit ae7340a

Please sign in to comment.