Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
purveshpatel511 authored and sharkdp committed Dec 2, 2020
1 parent f62236c commit 97018c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
## Changes
## Other

## Packaging

- `pastel` is now available on snapstore, see #130 (@purveshpatel511)


# v0.8.0

## Features
Expand All @@ -15,10 +20,6 @@

- Completely new CI/CD system via GitHub Actions, see #120 (@rivy)

## Packaging

- `pastel` is now available on snapstore, see #130 (@purveshpatel511)

# v0.7.1

## Bugfixes
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![](https://img.shields.io/github/v/release/sharkdp/pastel?colorB=d7a400&style=flat-square)](https://github.com/sharkdp/pastel/releases)
[![](https://img.shields.io/crates/l/pastel.svg?colorB=ff7155&style=flat-square)](https://crates.io/crates/pastel)
[![](https://img.shields.io/crates/v/pastel.svg?colorB=ff69b4&style=flat-square)](https://crates.io/crates/pastel)
[![pastel](https://snapcraft.io/pastel/badge.svg)](https://snapcraft.io/pastel)
[![pastel](https://snapcraft.io/pastel/trending.svg?name=0)](https://snapcraft.io/pastel)


`pastel` is a command-line tool to generate, analyze, convert and manipulate colors. It supports many different color formats and color spaces like RGB (sRGB), HSL, CIELAB, CIELCh as well as ANSI 8-bit and 24-bit representations.
Expand Down Expand Up @@ -150,6 +148,15 @@ You can install `pastel` via [Homebrew](https://formulae.brew.sh/formula/pastel)
brew install pastel
```

### Via snap package

```
sudo snap install pastel
```

[Get it from the Snap Store](https://snapcraft.io/pastel)


### On other distributions

Check out the [release page](https://github.com/sharkdp/pastel/releases) for binary builds.
Expand All @@ -169,15 +176,6 @@ git clone https://github.com/sharkdp/pastel
cargo install --path ./pastel
```

### Via snap package

```
sudo snap install pastel
```

[Get it from the Snap Store](https://snapcraft.io/pastel)


## Resources

Interesting Wikipedia pages:
Expand Down

0 comments on commit 97018c2

Please sign in to comment.