From 9ddd83eeda957fa2a5f4fbbba94f6618217aaa16 Mon Sep 17 00:00:00 2001 From: Presidenten Date: Fri, 25 Oct 2013 15:39:59 +0200 Subject: [PATCH] Added info configuration --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d04d64..73c1838 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ Run server node bowers-nest.js -Copy .bowerrc to to your project and have fun! +Copy templates/.bowerrc to to your project and have fun! Now these commands will use your private Bower registry bower search bower install bower remove -### Grunt tasks, how to register packages etc +### How to register packages etc -Register package with name = unicorn +Register package with name = unicorn. Run this command and follow on screen instructions grunt register:unicorn -To register package with name and URL, please use curl like so +To register package without automatically setting up git repository, run this command curl http://:/packages/ -v -F 'name=package1' -F 'url=http://repo1.git' @@ -81,7 +81,7 @@ Sync with official Bower registry packages ### Example usage scenario -- Install and start the server +- Install, configure and start the server - Add your package @@ -89,7 +89,7 @@ Sync with official Bower registry packages - Follow onscreen instructions to add the new git remote and push your code into it -- Add .bowerrc in your new development project +- Add templates/.bowerrc in your new development project - Install your new package along with all dependencies