Skip to content

Commit

Permalink
fix the README version for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan committed Nov 2, 2024
1 parent dba0a00 commit a740398
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README-cratesio.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ build the project.

- From source:

```bash
git clone https://github.com/seapagan/bundle-repo.git
cd bundle-repo
cargo build --release
```
```bash
git clone https://github.com/seapagan/bundle-repo.git
cd bundle-repo
cargo build --release
```

2. Move the binary to a directory in your `PATH`:
Move the binary to a directory in your `PATH`:

eg for Linux or MacOS:
eg for Linux or MacOS:

```bash
sudo mv ./target/release/bundlerepo /usr/local/bin
```
```bash
sudo mv ./target/release/bundlerepo /usr/local/bin
```

### Running the Tool

Expand Down

0 comments on commit a740398

Please sign in to comment.