AtomicParsley
#502
-
Hello, I'm new to git and this is the first thing I'm installing so I barely know what I'm doing. I've successfully installed freyr and can run the --help command to see the output. But when trying to get an album download its saying
So I've got the AtomicParsley exe from /wez/atomicparsley but not sure how to make freyr see it. |
Beta Was this translation helpful? Give feedback.
Answered by
miraclx
Jun 3, 2023
Replies: 1 comment 9 replies
-
Hi @Ptorr, can you confirm how you installed freyr? The exact steps. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A couple of things here;
freyr
withnpm
, you have to put theAtomicParsley
binary somewhere stated in yourPATH
environment variable.If you don't want to or can't figure out how to put
AtomicParsley
in yourPATH
, thenfreyr
provides some alternatives:The best path would be to clone freyr manually:
Lets remove the current installation first:
npm rm -g freyr
Create the folder
bins/windows
inside thefreyr-js
folder:mkdir bins/windows
Copy the
AtomicParsley.exe
binary into thebins/windows
…