Skip to content

Commit

Permalink
docs: cleanup inconsistency in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Feb 24, 2025
1 parent 1192642 commit 821c185
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ To use the script, run the following command in your terminal:

## Installation

### On the fly installation

Given you have the required dependencies installed, you can "install" it on the fly by adding the following alias to your `.bashrc` or `.zshrc`:

```bash
alias dingen.sh='bash -c "$(curl -fsSL https://dingen.sh/script)"'
```

> **⚠️ Caution:** I would not recommend this for production use for performance and security reasons.
### Static installation

1. Clone the repository:
```
git clone https://github.com/mathiasschopmans/dingen.sh.git
Expand All @@ -86,7 +98,7 @@ To use the script, run the following command in your terminal:
```
3. Add an alias to your `.bashrc` or `.zshrc`:
```bash
alias dingens='bash ~/path/to/dingen.sh'
alias dingen.sh='bash ~/path/to/dingen.sh'
```
4. Source your `.bashrc` or `.zshrc`:
```bash
Expand All @@ -96,9 +108,7 @@ To use the script, run the following command in your terminal:
```
5. Install dependencies:
```bash
brew install gh
brew install bat
brew install jq
brew install bat gh jq
```
6. Authenticate with GitHub:
```bash
Expand All @@ -109,16 +119,6 @@ To use the script, run the following command in your terminal:
gh extension install gh/models
```

### On the fly installation

Alternatively, you can "install" it on the fly by adding the following alias to your `.bashrc` or `.zshrc`:

```bash
alias dingen.sh='bash -c "$(curl -fsSL https://dingen.sh/script)"'
```

> **⚠️ Caution:** I would not recommend this for production use for performance and security reasons.
## Contributing

Contributions are welcome. Please open an issue or submit a pull request for any enhancements or bug fixes.
Expand Down

0 comments on commit 821c185

Please sign in to comment.