Browse Source

Update bibtexbrowser-documentation.wiki

pull/67/head
Chris 9 years ago
committed by GitHub
parent
commit
57ee1699be
  1. 5
      bibtexbrowser-documentation.wiki

5
bibtexbrowser-documentation.wiki

@ -518,7 +518,7 @@ php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" -
Bibtexbrowser can now be downloaded with composer, though not yet with packagist. Bibtexbrowser can now be downloaded with composer, though not yet with packagist.
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`, you must add this repo to the `repositories` section. As well, you must specify version `dev-master`, for now:
````JSON
<pre>
{ {
"repositories": [ "repositories": [
{ {
@ -530,8 +530,7 @@ In your project's `composer.json`, you must add this repo to the `repositories`
"monperrus/bibtexbrowser": "dev-master" "monperrus/bibtexbrowser": "dev-master"
} }
} }
````
</pre>
=====Related tools===== =====Related tools=====

Loading…
Cancel
Save