diff --git a/README.md b/README.md index 3fe9da8..cc1a427 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -| readme | reference | faq | -| --- | --- | --- | -| this document | [docs/reference.md](./docs/reference.md)| [docs/faq.md](./docs/faq.md) | +| readme | reference | faq | +| --- | --- | --- | +| this document | [docs/reference.md](./docs/reference.md)| [docs/faq.md](./docs/faq.md) | # nix-doom-emacs @@ -29,5 +29,7 @@ If you want to get a taste of nix-doom-emacs, you can run ``nix run github:nix-c Which will run nix-doom-emacs with an example configuration. Pick which setup you're using here (if you're not using NixOS or Home-Manager, then you should use standalone): -Home-Manager
NixOSStandalone
[Flake + Home-Manager](./docs/reference.md#flake--home-manager)[NixOS](./docs/reference.md#nixos)[Standalone](./docs/reference.md#standalone)
+| Home-Manager | NixOS | Standalone | +| --- | --- | --- | +| [Flake + Home-Manager](./docs/reference.md#flake--home-manager) | [NixOS](./docs/reference.md#nixos) | [Standalone](./docs/reference.md#standalone) | diff --git a/docs/faq.md b/docs/faq.md index 88a44c0..b7b70ec 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,6 +1,6 @@ | readme | reference | faq | | --- | --- | --- | -| [README.md](/README.md) | [docs/reference.md](./reference.md)| this document | +| [README.md](/README.md) | [docs/reference.md](./reference.md)| this document | # FAQ This is more meant as a "Fully Anticipated Questions" than a "Frequently Asked Questions", as they're anticipated as common pitfalls to using NDE.