chore: update readme

This commit is contained in:
Steven 2023-11-16 08:20:59 +08:00
parent 168ad39076
commit 91ad30ae27

View File

@ -23,10 +23,11 @@ That's why we developed Slash, a solution that transforms these links into easil
## Features ## Features
- Create customizable `/s/` short links for any URL. - Create customizable `s/` short links for any URL.
- Share short links public or only with your teammates. - Share short links public or only with your teammates.
- View analytics on link traffic and sources. - View analytics on link traffic and sources.
- Easy access to your shortcuts with browser extension. - Easy access to your shortcuts with browser extension.
- Share your shortcuts with Collection to anyone, on any browser.
- Open source self-hosted solution. - Open source self-hosted solution.
## Deploy with Docker in seconds ## Deploy with Docker in seconds
@ -37,6 +38,8 @@ docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhost
Learn more in [Self-hosting Slash with Docker](https://github.com/boojack/slash/blob/main/docs/install.md). Learn more in [Self-hosting Slash with Docker](https://github.com/boojack/slash/blob/main/docs/install.md).
Getting started with Slash's [Shortcuts](https://github.com/boojack/slash/blob/main/docs/getting-started/shortcuts.md) and [Collections](https://github.com/boojack/slash/blob/main/docs/getting-started/collections.md).
## Browser Extension ## Browser Extension
Slash provides a browser extension to help you use your shortcuts in the search bar to go to the corresponding URL. Slash provides a browser extension to help you use your shortcuts in the search bar to go to the corresponding URL.