-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add screenshots to the CONTRIBUTING docs #23
Comments
Hi @emhoracek , I'm here for HacktoberFest and will like to work on this issue! Let me know if I can call dibs and get started =) Thanks! Lisa |
@lisaychuang Awesome! Dibs are yours! Let me know if you run into any trouble at all -- get the Haskell stack up and running can be a little annoying so I may have missed some steps! |
Actually, I just thought of a step I missed -- if you don't mind, could you add "Run |
Will do! I'll go through the steps and let you know if I bumped into any other issues /missed steps :) |
@emhoracek , I've updated the CONTRIBUTING.md guide installation in pull request #33 . But need your help/ clarification on the following:
After installing stack, I could not find the thanks! Lisa |
@lisaychuang Putting an executable in your
About the |
* Removed outdate instructions in **Install cel2pnm** * Updated **Install stack** direction from `haskell` to `app`per [Issues emhoracek#23](emhoracek#23) * Added stack setup, stack build screenshots.
Okay, so I've read up on $PATH and ended up on this Stackoverflow answer. I located the file by .~/profile , but am still not sure how I can add P.S. updated the guide and changed |
@lisaychuang I'm gonna assume you have OSX or Unix here -- correct me if I'm wrong -- There's a couple different ways to add it. In both, you're going to add a line like this:
The question is what that cel2pnm_path is going to be. If you do a lot of development like this, it's a good idea to create a
and you'll just The other possibility is to leave cel2pnm where it is, and just reference the current path in your profile. I put all my projects in a "dev" directory, for me it would look like this:
Either way will work! |
I'll revisit this issue tomorrow - still need to update:
|
For decompressing KiSS sets, I think |
@huggablemonad thanks -- I was leaning towards lhasa too but I haven't tested it yet. @lisaychuang I'll give lhasa a try and let you know the steps to install it if it looks like a good option! |
@emhoracek sounds great! I'll loop back to this after your feedback, thanks Libby :) |
@lisaychuang I tried out |
Just wanted to add that it would be really helpful to add @emhoracek's examples and comments to the setup section for adding I could easily see the Stack Overflow page confusing someone with less experience editing their .bash_profile or working with the command line, since there are so many different answers there and not as much explanation about how they work or what to do. |
Follow the directions in the CONTIBRUTING file to get Smooch running on your computer. Then take screenshots of each step and edit the file to include them. (It's easiest to do this in the Github UI.)
The text was updated successfully, but these errors were encountered: