Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
2dc10840e7
3 changed files with 18 additions and 0 deletions
5
doc/NixOS.mdwn
Normal file
5
doc/NixOS.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
Users of the [Nix package manager](http://nixos.org/) can install it by running:
|
||||
|
||||
nix-env -i git-annex
|
||||
|
||||
The build status of the package within Nix can be seen on the [Hydra Build Farm](http://hydra.nixos.org/job/nixpkgs/trunk/gitAndTools.gitAnnex).
|
|
@ -7,6 +7,7 @@
|
|||
* [[FreeBSD]]
|
||||
* [[openSUSE]]
|
||||
* [[ArchLinux]]
|
||||
* [[NixOS]]
|
||||
* Windows: [[sorry, not possible yet|todo/windows_support]]
|
||||
|
||||
## Using cabal
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://peter-simons.myopenid.com/"
|
||||
ip="77.186.134.113"
|
||||
subject="comment 3"
|
||||
date="2012-01-13T18:48:28Z"
|
||||
content="""
|
||||
For what it's worth, the package `cabal-install` is pretty good for uploading packages to Hackages, among other things. It allows users to configure their username/password, and then making a release to Hackage is as simple as running:
|
||||
|
||||
cabal upload foo-version.tar.gz
|
||||
|
||||
I use that to do releases of my stuff, too, and I'm quite happy. `cabal-install` has other features, too, of course.
|
||||
"""]]
|
Loading…
Reference in a new issue