فهرست منبع

Update 1-installing-amber.md

Removed outdated Ubuntu installation instructions, see https://github.com/amber-smalltalk/amber-documentation/issues/9
Hannes Hirzel 9 سال پیش
والد
کامیت
2dd3c271c2
1فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده
  1. 0 14
      overview/1-installing-amber.md

+ 0 - 14
overview/1-installing-amber.md

@@ -39,20 +39,6 @@ When installed via homebrew, npm may have problems updating,
 running `npm -gf update` instead of traditional `npm -g update`
 solves [the issue](https://github.com/Homebrew/homebrew/issues/22408#issuecomment-30338806).
 
-#### Installing nodejs on Ubuntu
-
-Ubuntu provides nodejs as well as npm in its repository. A ppa provides a more up-to-date version though:
-
-{% highlight sh %}
-sudo apt-add-repository ppa:chris-lea/node.js
-sudo apt-get update
-{% endhighlight %}
-
-
-{% highlight sh %}
-sudo apt-get install nodejs
-{% endhighlight %}
-
 #### Installing nodejs on other operating system
 
 See node.js [instructions for installing](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)