Skip to content

Commit 10ce5a3

Browse files
committed
update readme
1 parent 73dca9b commit 10ce5a3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@
44

55
[Demo on Heroku](https://python-django-blog.hexlet.app)
66

7-
### Requirements
7+
## Requirements
88

9-
* Python 3.8+
10-
* Poetry
11-
* GNU Make
9+
* Python 3.8+
10+
* Poetry
11+
* GNU Make
1212

13-
### Setup
13+
## Setup
1414

15-
```sh
15+
```bash
1616
make setup
1717
```
1818

19-
### Run server
19+
## Run server
2020

21-
```sh
21+
```bash
2222
make start
2323
# Open http://localhost:8000
2424
```
2525

26-
### Check codestyle
26+
## Check codestyle
2727

28-
```sh
28+
```bash
2929
make lint
3030
```
3131

32-
### Run tests
32+
## Run tests
3333

34-
```sh
34+
```bash
3535
make test
3636
make test-coverage # run tests with coverage report
3737
```
3838

3939
---
4040

41-
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=python-django-blog)
41+
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=python-django-blog)
4242

43-
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=python-django-blog).
43+
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=python-django-blog).
4444

4545
See most active contributors on [hexlet-friends](https://friends.hexlet.io/).

0 commit comments

Comments
 (0)