-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README: Make it possible to install specific previous versions
- Loading branch information
1 parent
b594567
commit ae7340a
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|