nations / spoticord

Display your Spotify status as a Discord Rich Presence using the RPC API
122 stars 40 forks source link

README.md Missing Instructions #61

Closed NintenZone closed 6 years ago

NintenZone commented 6 years ago

When I installed the package I also had to install wintools, request, and discord-rpc, which weren't in the instructions. This was fine for me because I knew what the errors meant but for users unfamiliar with JS this could be very confusing.

JasonKhew96 commented 6 years ago

Install the modules npm i or yarn run this command in spoticord directory.

cernodile commented 6 years ago

package.json contains enough information to install wintools, request, discord-rpc with the given instruction of npm i.