Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-Poonia-zz authored Aug 21, 2020
1 parent ce47a70 commit 107ae3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# mac_changer
Change the mac address of network interfaces.

# Installation
make sure you are using linux and have following tools installed on your system:
```bash
ethtool
ifconfig
```

Use the package manager pip to all the requirements according requirements.txt.
```bash
pip install -r requirements.txt
```

# Usage
```bash
python3 mac_changer.py -h
Expand Down

0 comments on commit 107ae3d

Please sign in to comment.