vsTerminus / Discord-NP

Last.FM Now Playing info in your Discord status message
MIT License
43 stars 6 forks source link

Wrong instructions? #15

Closed ghost closed 4 years ago

ghost commented 4 years ago
# Install Mojo::Discord and Mojo::WebService::LastFM
ln -s $PWD/Mojo-Discord/lib/Mojo/Discord.pm $PERL5LIB/Mojo/
ln -s $PWD/Mojo-Discord/lib/Mojo/Discord $PERL5LIB/Mojo/

This tries to link $PERL5LIB/Mojo/ to two different things. What should be done instead?

ghost commented 4 years ago

Nevermind. Brain fart.