Herby Vojčík 6 năm trước cách đây
mục cha
commit
3547b5c96d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -22,7 +22,7 @@ Go into cloned amber directory (`<project-path>/amber`).
 1. Get your copy of Helios IDE into directory `<project-path>/helios`, choosing among using your own fork / using the stock version:
 1. Get your copy of Helios IDE into directory `<project-path>/helios`, choosing among using your own fork / using the stock version:
     - ```git clone git@lolg.it:<your username>/helios.git ../helios``` to use your own fork, or
     - ```git clone git@lolg.it:<your username>/helios.git ../helios``` to use your own fork, or
     - ```git clone git@lolg.it:amber/helios.git ../helios``` to use stock version.
     - ```git clone git@lolg.it:amber/helios.git ../helios``` to use stock version.
-1. Install Helios' dependencies: ```cd ../helios && bower install && cd ../amber```.
+1. Install Helios' dependencies: ```cd ../helios && npm install && cd ../amber```.
 1. Get your copy of legacy IDE into directory `<project-path>/amber-contrib-legacy`:
 1. Get your copy of legacy IDE into directory `<project-path>/amber-contrib-legacy`:
   ```git clone git@lolg.it:amber/amber-contrib-legacy.git ../amber-contrib-legacy```.
   ```git clone git@lolg.it:amber/amber-contrib-legacy.git ../amber-contrib-legacy```.
 1. Optionally, get (your fork of) other amber libs you want to develop in parallel in similar manner.
 1. Optionally, get (your fork of) other amber libs you want to develop in parallel in similar manner.