mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 05:43:43 +00:00
chore(readme): add some links and update test commands
This commit is contained in:
parent
9632f5c1c7
commit
1dccaaaaa2
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
|
@ -1,5 +1,10 @@
|
||||||
Angular
|
AngularJS
|
||||||
======
|
=========
|
||||||
|
|
||||||
|
* Web site: http://angularjs.org
|
||||||
|
* Tutorial: http://docs.angularjs.org/#!/tutorial
|
||||||
|
* API Docs: http://docs.angularjs.org
|
||||||
|
* Developer Guide: http://docs.angularjs.org/#!/guide
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
|
|
@ -7,6 +12,8 @@ Compiling
|
||||||
|
|
||||||
Running Tests
|
Running Tests
|
||||||
-------------
|
-------------
|
||||||
rake server:start
|
./server.sh # start the server
|
||||||
rake test
|
open http://localhost:9876/capture # capture browser
|
||||||
|
./test.sh # run all unit tests
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue