#Toto
1 messages · Page 1 of 1 (latest)
Hi, what steps have you taken so far? Which document are you referring to set this up?
I was using this
Ok, what have you done so far? What step are you on?
Installing the stripe cli, step 3
I need more details here to better assist, can you be more specific?
step three on the screenshot. Where am i supposed to move the file and what am i supposed to do next?
something like mv stripe /usr/local/bin/stripe should do it
you can then run which stripe; if that prints out the path you just moved the binary to, it's in your $PATH
(if not, you can run echo $PATH to see what your path is, and then move the binary into one of those directories)
you need mv stripe /usr/local/bin/stripe
you're missing the first part of the command
mv takes a source & destination path
(and np!)
cheers, you too!