Skip to content

Commit

Permalink
📝Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
athul committed Mar 11, 2020
1 parent c5cf826 commit 801bb14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: Shelby Binary
path: shelby

- name: Statusoli
uses: athul/statusoli@master
if: always()
with:
chat: ${{ secrets.chat }}
token: ${{ secrets.token }}
status: ${{ job.status }}
path: shelby
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Statusoli
uses: athul/statusoli@master
uses: athul/telewire@master
if: always()
with:
chat: ${{ secrets.chat }}
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Shelby is a fast ⚡️ ,lightweight ☁️ ,minimal✨, shell prompt written in

-------
## Installation
Follow the steps below, and **Post Installation Instructions**
Follow the steps below(Linux and macOS), and **Post Installation Instructions**
- Run
```bash
$ sh -c "$(curl -sL https://git.io/ishelby)"
```

---
OR
For **MacOS** Users, install via _*Homebrew*_
For **macOS** Users, install via _*Homebrew*_

```bash
brew install athul/tap/shelby
Expand All @@ -41,11 +41,9 @@ Build From Source

## Post Installation Instructions

> You must have to add the below code to either the Bashrc or Zshrc file inorder to Shelby to fully work.
> You must have to add the below code to either the `.bashrc` or `.zshrc` or `.profile` file inorder to Shelby to fully work.
The following usage examples are just one example of how Shelby can be
configured. The examples below will result in a setup similar to the one shown
in the demo above: the prompt symbol (``) changes to red if the previous
The prompt symbol is `` and changes to red if the previous
command exited with an error.

### Bash
Expand Down

0 comments on commit 801bb14

Please sign in to comment.