ClaireWhere / gsabot

Discord bot for the Gender and Sexuality Alliance.
MIT License
1 stars 0 forks source link

Fix Dependencies and Installation Instructions #29

Open ClaireWhere opened 9 months ago

ClaireWhere commented 9 months ago

Currently, some of the dependencies and installation instructions are incomplete, incorrect, or don't make complete sense.

For example: Step 4 of Installation says:

  1. Run npm init -y to initialize the package

When it should say

  1. Run npm install to initialize the project

Additionally, canvas should be added as a dependency and installation instructions should be linked to, especially since the installation instructions are more dependent on system than many others.

Node js and npm installation instructions should also link to their respective pages rather than using apt because this could be confusing for users on different operating systems.