Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
gitlab-runner
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrew Greenwood
gitlab-runner
Commits
ffd788ec
Commit
ffd788ec
authored
Jul 17, 2019
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved go install instructions for macOS
parent
94551d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
docs/development/README.md
docs/development/README.md
+9
-10
No files found.
docs/development/README.md
View file @
ffd788ec
...
...
@@ -10,26 +10,25 @@ wget https://storage.googleapis.com/golang/go1.8.7.linux-amd64.tar.gz
sudo tar
-C
/usr/local
-xzf
go
*
-
*
.tar.gz
```
### For
OSX using binary package
### For
macOS
```
bash
Using binary package:
```
sh
wget https://storage.googleapis.com/golang/go1.8.7.darwin-amd64.tar.gz
sudo tar
-C
/usr/local
-xzf
go
*
-
*
.tar.gz
```
### For OSX if you have brew.sh
```
brew install go
```
### For OSX using installation package
Using installation package:
```
```
sh
wget https://storage.googleapis.com/golang/go1.8.7.darwin-amd64.pkg
open go
*
-
*
.pkg
```
NOTE:
**Note:**
Brew doesn't provide a
[
Go 1.8.x formula
](
https://formulae.brew.sh/formula/go
)
.
### For FreeBSD
```
...
...
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