From 6c6add0f1ed0b139b8aa7b511dd3572f152f319a Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Wed, 25 Sep 2024 03:21:49 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57a3689..c848397 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,23 @@ _Because selling out is bad_ ## How to use +MKBSD comes in two variants! Node.js and Python. + +### Running in Node.js + 1. Ensure you have Node.js installed. 2. Run `node mkbsd.js` 3. Wait a little. 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 ``` @@ -34,4 +46,4 @@ _Because selling out is bad_ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. -``` \ No newline at end of file +```