-
hi y'all, total noob to git and command line but really want to use this code. I have a Mac. I downloaded the Darwin files and unpacked them, put everything in a folder named "slackdump", but when I double click the slackdump file and it opens command line, all I see is the text below. It won't let me input any code after it runs this. What am I missing?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @ezrakong, no worries.
cd $HOME/Downloads/slackdump The shell will substitute "$HOME" with your home directory, i.e. Alternatively, instead of 1 and 2, you can browse in Finder to the parent folder of "slackdump", i.e., if you unpacked "slackdump" in Downloads, you need to get into "Downloads" folder. Right click on "slackdump" folder and choose "Services -> New Terminal At Folder"
Hope this is helpful, any questions - let me know. |
Beta Was this translation helpful? Give feedback.
-
Thanks so much @rusq for the detailed instructions, got it up and running and its working great! |
Beta Was this translation helpful? Give feedback.
Hey @ezrakong, no worries.
The shell will substitute "$HOME" with your home directory, i.e.
/Users/ezrakong/Downloads/slackdump
.Alternatively, instead of 1 and 2, you can browse in Finder to the parent folder of "slackdump", i.e., if you unpacked "slackdump" in Downloads, you need to get into "Downloads" folder. Right click on "slackdump" folder and choose "Services -> New Terminal At Folder"