Skip to content

Commit

Permalink
convert README to markdown #825
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 30, 2016
1 parent cd35f02 commit 040c40d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
Nix, the purely functional package manager
------------------------------------------

Nix is a new take on package management that is fairly unique. Because of it's
purity aspects, a lot of issues found in traditional package managers don't
appear with Nix.

To find out more about the tool, usage and installation instructions, please
read the manual, which is available on the Nix website at
<http://nixos.org/nix/manual>.

## License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).

2 comments on commit 040c40d

@edolstra
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@domenkozar
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix it right away.

Please sign in to comment.