Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Apr 24, 2024
1 parent e3e8f6e commit c3ad4d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ pip install lockdown

Import into your application at the top of the main entry file (e.g. `main.py`).

```python
import lockdown
```

Install the lockdown for the service you want to restrict.

```python
import lockdown

lockdown.network.install()
lockdown.os.install()
```

Uninstall the lockdown for the service you no longer want to restrict.

```python
import lockdown

lockdown.network.uninstall()
lockdown.os.uninstall()
```
Expand Down

0 comments on commit c3ad4d1

Please sign in to comment.