#Toto

1 messages · Page 1 of 1 (latest)

sleek rapidsBOT
verbal wing
#

Hi, what steps have you taken so far? Which document are you referring to set this up?

magic saffron
#

I was using this

verbal wing
#

Ok, what have you done so far? What step are you on?

magic saffron
#

Installing the stripe cli, step 3

verbal wing
#

I need more details here to better assist, can you be more specific?

magic saffron
#

step three on the screenshot. Where am i supposed to move the file and what am i supposed to do next?

main stirrup
#

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)

magic saffron
#

thanks for the help btw!

main stirrup
#

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!)

magic saffron
#

oh ofc lol

#

it worked, thank you! Have a great day

main stirrup
#

cheers, you too!