Skip to content

Commit

Permalink
updated readme and release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Johnson committed Oct 12, 2023
1 parent e840941 commit 2a86dc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 11 additions & 4 deletions crabz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ Tagline: |

### How to Install or Switch Versions

To update or switch versions, you can use package managers like Homebrew, or languages-specific package managers like Cargo. For example, to install using Cargo, run:
To update or switch versions, you can use package managers like Homebrew, or
languages-specific package managers like Cargo. For example, to install using
Cargo, run:

```bash
cargo install crabz
```

### Files

These are the files/directories that are created and/or modified with this install:
These are the files/directories that are created and/or modified with this
install:

```text
~/.cargo/bin/crabz
Expand All @@ -26,7 +29,9 @@ These are the files/directories that are created and/or modified with this insta

### Cheat Sheet

> `Crabz` is a fast, cross-platform compression and decompression tool. It supports multiple compression formats like Gzip, Zlib, Mgzip, BGZF, Raw Deflate, and Snap.
> `Crabz` is a fast, cross-platform compression and decompression tool. It
> supports multiple compression formats like Gzip, Zlib, Mgzip, BGZF, Raw
> Deflate, and Snap.
#### Basic Usage

Expand Down Expand Up @@ -70,7 +75,9 @@ crabz -p 4 [FILE]

### Add More Features

`Crabz` also allows you to pin threads to specific cores for performance optimization, perform in-place compression/decompression, and choose from various formats.
`Crabz` also allows you to pin threads to specific cores for performance
optimization, perform in-place compression/decompression, and choose from
various formats.

For pinning threads:

Expand Down
1 change: 0 additions & 1 deletion crabz/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var github = require('../_common/github.js');
var owner = 'sstadick';
var repo = 'crabz';


module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
return all;
Expand Down

0 comments on commit 2a86dc0

Please sign in to comment.