Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
252e992a
Commit
252e992a
authored
Apr 11, 2017
by
Taylor Thomas
Committed by
GitHub
Apr 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2250 from bodepd/gopath_compile_note
Add note about gopath in developer docs
parents
33bb15ef
8654962d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
developers.md
docs/developers.md
+2
-0
No files found.
docs/developers.md
View file @
252e992a
...
...
@@ -19,6 +19,8 @@ We use Make to build our programs. The simplest way to get started is:
$
make bootstrap build
```
NOTE: This will fail if not run from the path:
`$GOPATH/src/k8s.io/helm`
.
This will build both Helm and Tiller.
`make bootstrap`
will attempt to
install certain tools if they are missing.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment