Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b19eed

Browse files
Update README.md
1 parent dfb3f56 commit 8b19eed

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

‎README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# Golang (Go) Vagrant Build with Ubuntu 16.04
2-
This is repo is for Episode 1 of the golangtutorials.
2+
This is repo is for Episode 1 of the Golang Tutorials.
3+
4+
Prerequisites:
5+
1. VirtualBox - https://www.virtualbox.org/wiki/Downloads
6+
2. Vagrant - https://www.vagrantup.com/downloads.html
7+
8+
How to use:
9+
1. Clone the repo
10+
2. From your shell (Linux / Mac) or PowerShell (Windows) cd to the appropriate folder
11+
3. type: vagrant up
12+
4. Once the setup is complete then type: vagrant ssh -- this will ssh you into the commandline of the vagrant box
13+
5. type: cd /vagrant/workspace
14+
6. type: go run main.go -- This should return the following: **Hello world!**
15+
16+
17+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /