Browse Source

one last wiki update to explanation of composer useage.

pull/67/head
Chris 9 years ago
parent
commit
2776ee4b4e
  1. 8
      bibtexbrowser-documentation.wiki

8
bibtexbrowser-documentation.wiki

@ -517,15 +517,9 @@ php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" -
====How to use with composer?====
Bibtexbrowser can now be downloaded from packagist with composer.
In your project's `composer.json`, you must add this repo to the `repositories` section. As well, you must specify version `dev-master`, for now:
In your project's `composer.json`, just add this <pre>"monperrus/bibtexbrowser": "dev-master"</pre>. E.G.:
<pre>
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/monperrus/bibtexbrowser.git"
}
],
"require": {
"monperrus/bibtexbrowser": "dev-master"
}

Loading…
Cancel
Save