-
Notifications
You must be signed in to change notification settings - Fork 52
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
Contribution.md #21
Comments
Great idea. Do you fancy writing it up into a PR since you know the details?
…On 16 Jul 2018, 05:43 -0700, B.G.Adrian ***@***.***>, wrote:
Hello,
A contribution readme would be helpful, as a new comer I had to do the following steps:
• install & setup the google cloud SDK
• install & setup the golang
• fork this project
• download the project inside the GOPATH folder
• run go get ./... to install the dependencies
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
sure thing! It is my first one but I'll try my best. |
bgadrian
added a commit
to bgadrian/gopherize.me
that referenced
this issue
Jul 16, 2018
Added the contributing file to explain the project dependencies and how to run a local version. A small update in the /gae/run.sh was made to allow the file to be executed from any other folder. Fixes matryer#21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
A contribution readme would be helpful, as a new comer I had to do the following steps:
go get ./...
to install the dependenciesThe text was updated successfully, but these errors were encountered: