Fixed typos in en/01.4.md
This commit is contained in:
committed by
James Miranda
parent
b5f4103ccb
commit
45224ab3ae
@@ -114,7 +114,7 @@ First, download the version of [Sublime](http://www.sublimetext.com/) suitable f
|
||||
|
||||
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
|
||||
|
||||
Restart Sublime text when the installation has finished. You should then find a `Package Control` option in the "Preferences" menu.
|
||||
Restart Sublime Text when the installation has finished. You should then find a `Package Control` option in the "Preferences" menu.
|
||||
|
||||

|
||||
|
||||
@@ -130,7 +130,7 @@ First, download the version of [Sublime](http://www.sublimetext.com/) suitable f
|
||||
|
||||
If everything is fine, you're all set.
|
||||
|
||||
If not, check your $PATH again. Open terminal, type `gocode`. If it does not run, your $PATH was not configured correctly.
|
||||
If not, check your $PATH again. Open a terminal, type `gocode`. If it does not run, your $PATH was not configured correctly.
|
||||
|
||||
## Vim
|
||||
|
||||
@@ -359,7 +359,7 @@ Figure 1.1 Eclipse main panel for editing Go
|
||||
|
||||

|
||||
|
||||
Figure 1.15 Create new project and file
|
||||
Figure 1.15 Create a new project and file
|
||||
|
||||
Test installation as follows.(you need to type command in console in Eclipse)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user