Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Filirom1 committed Nov 17, 2011
1 parent 51ce8bf commit e6e7089
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Npm2AUR

Synchronize a list of npm packages with ArchLinux AUR.

You can setup your user, password and packages in `~/.npm2aur` or in
`/etc/npm2aur`
You can setup your user, password and packages by creating a config file
in `~/.npm2aur` or in `/etc/npm2aur`

An example of custom npm2aur

module.exports = {
user: 'AUR-USERNAME',
Expand All @@ -27,7 +29,7 @@ You can setup your user, password and packages in `~/.npm2aur` or in

Or you can do it with comand line options :

node bin/npm2aur --dry-run -u USER -p PASSWORD --pkg npm2arch:system,coffee-script
npm2aur --dry-run -u USER -p PASSWORD --pkg npm2arch:system,coffee-script


Cli usage:
Expand Down

0 comments on commit e6e7089

Please sign in to comment.