Skip to content

Commit 91fac1c

Browse files
authored
docs(readme): update
1 parent 035c274 commit 91fac1c

1 file changed

Lines changed: 35 additions & 2 deletions

File tree

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# chef
22

3-
**IMPORTANT:** This program does **not** work currently.
4-
53
`chef` is a package manager written in Python focusing on security.
64
Currently it is in extremely early development.
5+
<!--
6+
--- DRAFT ---
7+
8+
## Installation
9+
10+
Currently, the following steps have to be performed to install the program.
11+
12+
### Install required dependencies
13+
14+
This program depends on:
15+
* Python 3.14 (or later)
16+
*
17+
18+
#### macOS
19+
20+
```bash
21+
$ xcode-select --install
22+
```
23+
24+
#### Arch Linux
25+
26+
```bash
27+
$ sudo pacman -Syu && sudo pacman -S base-devel git
28+
```
29+
30+
#### Debian
31+
32+
```bash
33+
$ sudo apt update && sudo apt install build-essential git
34+
```
35+
36+
Please open an issue if you can provide instructions for other distributions.
37+
38+
###
39+
-->

0 commit comments

Comments
 (0)