mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-22 21:25:13 +00:00
Update README.md
This commit is contained in:
parent
a51c92713b
commit
a0f8950b1a
14
README.md
14
README.md
@ -18,19 +18,17 @@ MKBSD comes in two variants! Node.js and Python.
|
||||
### Running in Node.js
|
||||
|
||||
1. Ensure you have Node.js installed.
|
||||
2. Clone the repository or download the source files.
|
||||
3. Run `node mkbsd.js`
|
||||
4. Wait a little.
|
||||
5. All wallpapers are now in a newly created `downloads` subfolder. The filenames include the artist's name and a unique identifier, helping to give credit to the artist.
|
||||
2. Run `node mkbsd.js`
|
||||
3. Wait a little.
|
||||
4. All wallpapers are now in a newly created `downloads` subfolder. The filenames include the artist's name and a unique identifier, helping to give credit to the artist.
|
||||
|
||||
### Running in Python
|
||||
|
||||
1. Ensure you have Python installed.
|
||||
2. Ensure you have the `aiohttp` Python package installed (`pip install aiohttp`).
|
||||
3. Clone the repository or download the source files.
|
||||
4. Run `python mkbsd.py`
|
||||
5. Wait a little.
|
||||
6. All wallpapers are now in a newly created `downloads` subfolder. The filenames include the artist's name and a unique identifier, helping to give credit to the artist.
|
||||
3. Run `python mkbsd.py`
|
||||
4. Wait a little.
|
||||
5. All wallpapers are now in a newly created `downloads` subfolder. The filenames include the artist's name and a unique identifier, helping to give credit to the artist.
|
||||
|
||||
### Running the Script Again
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user