lix/README.md

30 lines
1,014 B
Markdown
Raw Normal View History

# Lix
2020-04-30 20:01:28 +00:00
**Lix** is an implementation of **Nix**, a powerful package management system for Linux and other Unix systems that makes package management reliable and reproducible.
2019-07-18 08:57:26 +00:00
Read more about us at https://lix.systems.
2020-04-30 20:01:28 +00:00
## Installation
2020-09-26 11:33:04 +00:00
On Linux and macOS the easiest way to install Nix is to run the following shell command
2020-04-30 20:01:28 +00:00
(as a user other than root):
2020-07-18 07:48:13 +00:00
```console
$ curl -sSf -L https://install.lix.systems/lix | sh -s -- install
2020-04-30 20:01:28 +00:00
```
For systems that **already have Nix installed**, such as NixOS systems, read our [install page](https://lix.systems/install)
2020-04-30 20:01:28 +00:00
## Building And Developing
See our [Hacking guide](https://git.lix.systems/lix-project/lix/src/branch/main/doc/manual/src/contributing/hacking.md) in our manual for instruction on how to to set up a development environment and build Lix from source.
2016-05-30 14:17:51 +00:00
2020-04-30 20:01:28 +00:00
## Additional Resources
- [Our wiki](https://wiki.lix.systems)
- [Matrix - #space:lix.systems](https://matrix.to/#/#space:lix.systems)
2016-05-30 14:17:51 +00:00
## License
Lix is released under the [LGPL v2.1](./COPYING).