Skip to content

Commit e42ae0e

Browse files
committed
docs: update readme
1 parent e3beaad commit e42ae0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# RoboNerva
22

3-
[![Lint](https://github.com/nerva-project/RoboNerva/actions/workflows/black.yml/badge.svg)](https://github.com/nerva-project/RoboNerva/actions/workflows/black.yml)
3+
[![Ruff](https://github.com/nerva-project/RoboNerva/actions/workflows/ruff.yml/badge.svg)](https://github.com/nerva-project/RoboNerva/actions/workflows/ruff.yml)
44
[![License](https://img.shields.io/github/license/nerva-project/RoboNerva)](LICENSE)
55
[![GitHub last commit](https://img.shields.io/github/last-commit/nerva-project/RoboNerva)](https://github.com/nerva-project/RoboNerva/commits/main/)
66
[![GitHub stars](https://img.shields.io/github/stars/nerva-project/RoboNerva)](https://github.com/nerva-project/RoboNerva/)
77

8-
98
## Table of Contents
109

1110
- [About](#about)
@@ -17,7 +16,8 @@
1716

1817
## About
1918

20-
RoboNerva is a Discord bot for the Nerva community. It is built using the [discord.py](https://pypi.org/project/discord.py/) library and [MongoDB](https://www.mongodb.com/) for data storage.
19+
RoboNerva is a Discord bot for the Nerva community. It is built using
20+
the [discord.py](https://pypi.org/project/discord.py/) library and [MongoDB](https://www.mongodb.com/) for data storage.
2121

2222
## Prerequisites
2323

@@ -32,25 +32,25 @@ RoboNerva is a Discord bot for the Nerva community. It is built using the [disco
3232
```shell
3333
git clone https://github.com/nerva-project/RoboNerva.git
3434
```
35-
35+
3636
2. Switch to the project directory
3737

3838
```shell
3939
cd RoboNerva
4040
```
41-
41+
4242
3. Create a virtual environment
4343

4444
```shell
4545
python -m venv .venv
4646
```
47-
47+
4848
4. Activate the virtual environment
4949

5050
```shell
5151
source .venv/bin/activate
5252
```
53-
53+
5454
5. Install the dependencies
5555

5656
```shell

0 commit comments

Comments
 (0)