Skip to content

Commit

Permalink
feat: use dingen.sh to expose script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Feb 24, 2025
1 parent 4a6254a commit 138cf34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Copy script for www
run: cp dingen.sh script
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To use the script, run the following command in your terminal:
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://raw.githubusercontent.com/mathiasschopmans/dingen.sh/main/dingens.sh)"'
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.
Expand Down

0 comments on commit 138cf34

Please sign in to comment.