Add installation section
This commit is contained in:
parent
c205febd60
commit
803c6aa078
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -23,6 +23,21 @@ $ nix-env -f '<nixpkgs>' -iA nix-prefetch-scripts
|
|||
|
||||
Consult the Nix documentation for detailed installation instructions.
|
||||
|
||||
Installation
|
||||
============
|
||||
This package can be installed with both `composer` and the Nix package manager.
|
||||
To install it with composer, run:
|
||||
|
||||
```bash
|
||||
$ composer global require svanderburg/composer2nix
|
||||
```
|
||||
|
||||
To install this package with Nix, clone the Git repository and run:
|
||||
|
||||
```bash
|
||||
$ nix-env -f release.nix -iA package.x86_64-linux
|
||||
```
|
||||
|
||||
Usage
|
||||
=====
|
||||
You need a project providing a `composer.json` and (if applicable) a
|
||||
|
|
Loading…
Reference in a new issue