Skip to content

Commit

Permalink
Merge pull request #121 from Welding-Torch/patch-1
Browse files Browse the repository at this point in the history
Improved installation instructions
  • Loading branch information
juanibiapina authored Apr 3, 2024
2 parents 1e53053 + 5af230b commit 686f436
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ Even though it is called basher, it also works with zsh and fish.

## Installation

You can install Basher in 1 line. This will install Basher, and add it to your .bashrc/.zshrc file - in a way that can automatically be uninstalled later:

curl -s https://raw.githubusercontent.com/basherpm/basher/master/install.sh | bash

#### Install on Mac OSX

Basher requires `bash >= 4`, and the `realpath` utility from `coreutils`. On
osx you can install both with brew:

```
$ brew install bash coreutils
```

#### Manual method to Install

1. Checkout basher on `~/.basher`

~~~ sh
Expand All @@ -43,9 +51,6 @@ $ brew install bash coreutils
status --is-interactive; and . (basher init - fish|psub)
~~~

or in 1 line, automatically (this will install basher and add it to your .bashrc/.zshrc file - in a way that can automatically be uninstalled later)):

curl -s https://raw.githubusercontent.com/basherpm/basher/master/install.sh | bash

## Updating

Expand Down

0 comments on commit 686f436

Please sign in to comment.