Skip to content

Commit

Permalink
fixup! Add badges to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tucked committed Jan 18, 2025
1 parent a6ee823 commit 18ee2be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# pbnh

[![GitHub Repo Size](https://img.shields.io/github/repo-size/tucked/pbnh)](https://github.com/tucked/pbnh)
[![Docker Image Size](https://img.shields.io/docker/image-size/tucked/pbnh)](https://hub.docker.com/r/tucked/pbnh)


A [Content-Addressed](https://en.wikipedia.org/wiki/Content-addressable_storage) [Pastebin](https://en.wikipedia.org/wiki/Pastebin) featuring

- Syntax Highlighting by [CodeMirror](https://github.com/codemirror/codemirror)
Expand All @@ -26,6 +22,8 @@ Pre-built images of the project are [available on Docker Hub](https://hub.docker
docker pull tucked/pbnh:latest
```

[![Docker Image Size](https://img.shields.io/docker/image-size/tucked/pbnh)](https://hub.docker.com/r/tucked/pbnh)

### Configuration

Before deploying, create a configuration file that tells the app _how_ to run:
Expand Down Expand Up @@ -129,6 +127,8 @@ The project repository is [available on GitHub](https://github.com/tucked/pbnh):
git clone https://github.com/tucked/pbnh
```

[![GitHub Repo Size](https://img.shields.io/github/repo-size/tucked/pbnh)](https://github.com/tucked/pbnh)

### Building

Use `docker` to build the project locally:
Expand Down

0 comments on commit 18ee2be

Please sign in to comment.