diff --git a/README.md b/README.md index 289cb35..d46335b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ logo -**Slash** is a bookmarking and short link service that allows you to save and share links easily. It lets you store and categorize links, generate short URLs for easy sharing, search and filter your saved links, and access them from any device. +`Slash` is a bookmarking and link shortening service that enables easy saving and sharing of links. It allows you to store, categorize, and share links with custom short URLs. You can search, filter, and access your saved links from any device. It also supports team sharing of link libraries for easy collaboration. Try it out on Live Demo. +

+ GitHub stars + Docker pull + Discord +

+ ## Features - Create customizable `/s/` short links for any URL. @@ -15,8 +21,8 @@ Try it out on Live Demo. ## Deploy with Docker in seconds -> This project is under active development. - ```bash docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash stevenlgtm/slash:latest ``` + +Learn more in [Self-hosting Slash with Docker](https://github.com/boojack/slash/blob/main/docs/install.md).