diff --git a/README.md b/README.md index a565e84..0c09021 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Little backend for a kanban project managment app. -![Gitea Stars](https://img.shields.io/gitea/stars/a-mayb3/Kanban_clone_backend?gitea_url=https%3A%2F%2Fgit.vollex.cc%2F&style=for-the-badge&logo=forgejo&label=Stars%20on%20git.vollex.cc) -![GitHub Repo stars](https://img.shields.io/github/stars/a-mayb3/Kanban_clone_backend?style=for-the-badge&logo=github&label=Stars%20on%20GitHub) +[![Gitea Stars](https://img.shields.io/gitea/stars/a-mayb3/Kanban_clone_backend?gitea_url=https%3A%2F%2Fgit.vollex.cc%2F&style=for-the-badge&logo=forgejo&label=Stars%20on%20git.vollex.cc)](https://git.vollex.cc/a-mayb3/Kanban_clone_backend) +[![GitHub Repo stars](https://img.shields.io/github/stars/a-mayb3/Kanban_clone_backend?style=for-the-badge&logo=github&label=Stars%20on%20GitHub)](https://github.com/a-mayb3/Kanban_clone_backend) ## TechStack - Python3 @@ -14,7 +14,7 @@ Little backend for a kanban project managment app. ## How to run ### *nix systems (Linux, MacOS, BSD, etc...) ```bash -git clone --depth=1 https://github.com/a-mayb3/Kanban_clone_backend # or git clone --depth https://git.vollex.cc/a-mayb3/Kanban_clone_backend.git +git clone --depth=1 https://github.com/a-mayb3/Kanban_clone_backend # or git clone --depth=1 https://git.vollex.cc/a-mayb3/Kanban_clone_backend.git cd Kanban_clone_backend python3 -m venv env source env/bin/activate