We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f039fc commit c1770deCopy full SHA for c1770de
1 file changed
readme.md
@@ -10,6 +10,7 @@ Table of Contents
10
-----------------
11
* [Features](#features)
12
* [Installation](#installation)
13
+ * [Requirements](#requirements)
14
* [Getting Started](#getting-started)
15
* [Examples](#examples)
16
* [Usage](#usage)
@@ -39,7 +40,18 @@ Table of Contents
39
40
41
## Installation
42
-[TODO]
43
+### Requirements
44
+ - Lua 5.3+
45
+ - A UNIX-based OS
46
+
47
+You can install `crazywall` using the following commands:
48
49
+```bash
50
+cd ~ # or wherever you wish to install
51
+git clone https://github.com/gitpushjoe/crazywall.lua.git crazywall
52
+cd crazywall
53
+sudo ln -s $(realpath ./cw.sh) /usr/bin/cw
54
+```
55
56
## Getting Started
57
0 commit comments