mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-04 16:57:47 -05:00
Update README.md
This commit is contained in:
parent
0202e577d5
commit
6c6add0f1e
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -13,11 +13,23 @@ _Because selling out is bad_
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
MKBSD comes in two variants! Node.js and Python.
|
||||||
|
|
||||||
|
### Running in Node.js
|
||||||
|
|
||||||
1. Ensure you have Node.js installed.
|
1. Ensure you have Node.js installed.
|
||||||
2. Run `node mkbsd.js`
|
2. Run `node mkbsd.js`
|
||||||
3. Wait a little.
|
3. Wait a little.
|
||||||
4. All wallpapers are now in a newly created `downloads` subfolder.
|
4. All wallpapers are now in a newly created `downloads` subfolder.
|
||||||
|
|
||||||
|
### Running in Python
|
||||||
|
|
||||||
|
1. Ensure you have Python installed.
|
||||||
|
2. Ensure you have the `aiohttp` Python package installed (`pip install aiohttp`).
|
||||||
|
3. Run `python mkbsd.py`
|
||||||
|
4. Wait a little.
|
||||||
|
5. All wallpapers are now in a newly created `downloads` subfolder.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -34,4 +46,4 @@ _Because selling out is bad_
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue