Skip to content

Commit

Permalink
removed docker image implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Mar 26, 2024
1 parent a69410e commit 612aa9a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 68 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/image.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resfetch"
version = "1.1.0"
version = "1.1.1"
authors = ["HitBlast <[email protected]>", "furtidev <[email protected]>"]
edition = "2021"
description = "A fast and minimal alternative to neofetch"
Expand Down
11 changes: 0 additions & 11 deletions Dockerfile

This file was deleted.

11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# <img src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/rust/rust.png" style="width: 40px; height: auto;"> resfetch
# resfetch
### A fast and minimal alternative to neofetch

[![Version](https://img.shields.io/crates/v/resfetch?label=version)](https://crates.io/crates/resfetch)
Expand All @@ -27,15 +27,6 @@ $ brew tap hitblast/resfetch
$ brew install resfetch
```

### Docker
```bash
# building image
$ docker build -t resfetch .

# running
$ docker run resfetch
```

## Dependencies Used
- [libmacchina](https://github.com/Macchina-CLI/libmacchina)
- [colored](https://crates.io/crates/colored)
Expand Down

0 comments on commit 612aa9a

Please sign in to comment.