aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bower/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bower/README.md')
-rw-r--r--scripts/bower/README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/scripts/bower/README.md b/scripts/bower/README.md
index 348d66ac..84da1baf 100644
--- a/scripts/bower/README.md
+++ b/scripts/bower/README.md
@@ -1,23 +1,18 @@
# Angular Bower Script
-Script for updating the Angular bower repos from a code.angularjs.org package
+Script for updating the Angular bower repos from current local build.
-Requires `node` (for parsing `bower.json`) and `wget` (for fetching the `angular.zip` from `code.angularjs.org`)
+Requires `node` (for parsing `bower.json`)
## Instructions
-You need to run `./init.sh` the first time you use this script to clone all the repos.
-
-For subsequent updates:
+`grunt package`: Build angular locally
```shell
-./publish.sh NEW_VERSION
+./publish.sh
```
-Where `NEW_VERSION` is a version number like `1.2.3`.
-
-
## License
MIT