diff options
author | pennae <pennae.git@eno.space> | 2023-10-01 18:41:26 +0200 |
---|---|---|
committer | pennae <pennae.git@eno.space> | 2023-10-01 18:41:26 +0200 |
commit | 04b7ba3a33bded61429bf18f0513983c5ab08eb3 (patch) | |
tree | 901217fc3f454d4a79053074536d192728519fd2 /README.md | |
parent | 61e20312ff66ab8d9af6ed2963ffc3acca50b14e (diff) | |
download | dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.tar.gz dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.tar.xz dewclaw-04b7ba3a33bded61429bf18f0513983c5ab08eb3.zip |
add *some* documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ # Declarative Imperative OpenWRT configs -Or dewclaw, for short. It evals, ship it! +[OpenWRT] is an embedded Linux distribution optimized for small routers and access points with minimal amounts of storage to work with. +[NixOS] is a general-purpose Linux distribution built from the ground up with declarative configuration in mind, usually using a bunch of storage to do its thing. +[dewclaw](./index.html) is what happens if you try to mush the two together even though you know very well that you shouldn't. + +[OpenWRT]: https://openwrt.org/ +[NixOS]: https://nixos.org/ |