Skip to content

Commit c1770de

Browse files
committed
Update readme
1 parent 2f039fc commit c1770de

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Table of Contents
1010
-----------------
1111
* [Features](#features)
1212
* [Installation](#installation)
13+
* [Requirements](#requirements)
1314
* [Getting Started](#getting-started)
1415
* [Examples](#examples)
1516
* [Usage](#usage)
@@ -39,7 +40,18 @@ Table of Contents
3940

4041
## Installation
4142

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+
```
4355

4456
## Getting Started
4557

0 commit comments

Comments
 (0)