BeautifulDiscord icon indicating copy to clipboard operation
BeautifulDiscord copied to clipboard

add sudo

Open bwkam opened this issue 1 year ago • 0 comments

add sudo to the installation command because in the examples above you are running beautifuldiscord not using python and its assumed that the user installed the script without sudo, as per the README:

python3 -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/master.zip

so might cause a little confusion for newbies..

Edit: Or you can just modify the commands above to use python3 -m beautifuldiscord instead of beautifuldiscord

bwkam avatar Jan 05 '23 20:01 bwkam