Skip to content

Commit 45af5fc

Browse files
authored
Update README.md
1 parent f3b0043 commit 45af5fc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
неиспользуемого кода с минимумом ложных срабатываний: анализатор учитывает
88
специфику фреймворка Django и динамическую природу Python.
99

10+
## Установка
11+
12+
Install rust and cargo, then run:
13+
```bash
14+
curl https://sh.rustup.rs -sSf | sh
15+
```
16+
17+
Then install deadcode via cargo:
18+
```bash
19+
cargo install --git https://github.com/ak4code/deadcode
20+
```
21+
1022
## Сборка и запуск
1123

1224
```bash

0 commit comments

Comments
 (0)