Skip to content

Commit

Permalink
Release under bodo.run
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 17, 2025
1 parent 95a2bbb commit 067d7cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Head over to [`tools.yaml`](tools.yaml) to see the list of supported tools.
### Quick Install

```bash
curl -s https://raw.githubusercontent.com/mohsen1/stop-nagging/main/scripts/install_stop_nagging.sh | bash
curl -s https://raw.githubusercontent.com/bodo-run/stop-nagging/main/scripts/install_stop_nagging.sh | bash
```

Then add `~/.local/bin` to your PATH if not already.
Expand All @@ -28,7 +28,7 @@ Then add `~/.local/bin` to your PATH if not already.
1. Ensure Rust is installed
2. Clone the repository:
```bash
git clone https://github.com/mohsen1/stop-nagging
git clone https://github.com/bodo-run/stop-nagging
```
3. Build and install:
```bash
Expand Down
4 changes: 2 additions & 2 deletions cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "stop-nagging"
version = "0.1.0"
edition = "2021"
description = "A CLI tool to silence or disable upgrade/advertising nags from various JS ecosystem tools."
description = "A CLI tool to silence or disable upgrade/advertising nags from various development tools and CLIs."
license = "MIT"
repository = "https://github.com/mohsen1/stop-nagging"
repository = "https://github.com/bodo-run/stop-nagging"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions scripts/install_stop_nagging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e

# This script installs stop-nagging locally.
# Usage:
# curl -s https://raw.githubusercontent.com/mohsen1/stop-nagging/main/scripts/install_stop_nagging.sh | bash
# curl -s https://raw.githubusercontent.com/bodo-run/stop-nagging/main/scripts/install_stop_nagging.sh | bash

REPO_URL="https://github.com/mohsen1/stop-nagging"
REPO_URL="https://github.com/bodo-run/stop-nagging"
INSTALL_DIR="$HOME/.local/bin"

if [[ ! -d "$INSTALL_DIR" ]]; then
Expand Down

0 comments on commit 067d7cd

Please sign in to comment.