updated the readme, as i moved from github

This commit is contained in:
Ghostie 2025-08-12 18:57:01 -05:00
parent ded4ca5a1b
commit 4169deaf1b

View File

@ -2,10 +2,6 @@
![Status](https://img.shields.io/badge/status-active-green.svg?style=for-the-badge) ![Status](https://img.shields.io/badge/status-active-green.svg?style=for-the-badge)
![License](https://img.shields.io/badge/license-GPLv3-lightgrey.svg?style=for-the-badge) ![License](https://img.shields.io/badge/license-GPLv3-lightgrey.svg?style=for-the-badge)
![ActivityPub](https://img.shields.io/badge/protocol-ActivityPub-orange.svg?style=for-the-badge) ![ActivityPub](https://img.shields.io/badge/protocol-ActivityPub-orange.svg?style=for-the-badge)
![Contributors](https://img.shields.io/github/contributors/0xd011f4ce/OurSpace?style=for-the-badge)
![Forks](https://img.shields.io/github/forks/0xd011f4ce/OurSpace?style=for-the-badge)
![Stargazers](https://img.shields.io/github/stars/0xd011f4ce/OurSpace?style=for-the-badge)
![Issues](https://img.shields.io/github/issues/0xd011f4ce/OurSpace?style=for-the-badge)
<br> <br>
@ -86,7 +82,7 @@ Once you have all the required software installed and the database created, you
```bash ```bash
cd /var/www/html cd /var/www/html
git clone https://github.com/0xd011f4ce/OurSpace git clone https://git.ghostpacket.org/ghostie/OurSpace
``` ```
Now, edit the `.env` file with your database, redis, and mail credentials. You can copy the `.env.example` file to `.env` and edit it with your favourite text editor. Now, edit the `.env` file with your database, redis, and mail credentials. You can copy the `.env.example` file to `.env` and edit it with your favourite text editor.