We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035c274 commit 91fac1cCopy full SHA for 91fac1c
1 file changed
README.md
@@ -1,6 +1,39 @@
1
# chef
2
3
-**IMPORTANT:** This program does **not** work currently.
4
-
5
`chef` is a package manager written in Python focusing on security.
6
Currently it is in extremely early development.
+<!--
+--- 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
27
+$ sudo pacman -Syu && sudo pacman -S base-devel git
28
29
30
+#### Debian
31
32
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