Browse Source

Fix README.md navigation

Fredrik Svantesson 4 years ago
parent
commit
48b9675f95
No account linked to committer's email
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      README.md

+ 4
- 3
README.md View File

@@ -18,9 +18,10 @@ Light - A program to control backlights (and other hardware lights) in GNU/Linux
18 18
 - [Installation](#installation)
19 19
   - [Arch Linux](#arch-linux)
20 20
   - [Fedora](#fedora)
21
+  - [Debian/Ubuntu](#debian)
22
+  - [NixOS/nix](#nix)
21 23
   - [Manual](#manual)
22 24
   - [Permissions](#permissions)
23
-- [Origin & References](#origin--references)
24 25
 
25 26
 
26 27
 Introduction
@@ -122,7 +123,7 @@ Fedora already has light packaged in main repos, so just run:
122 123
 
123 124
 and you're good to go.
124 125
 
125
-### Debian/Ubuntu
126
+### <a name="debian"></a>Debian/Ubuntu
126 127
 
127 128
 Pre-built .deb files, for the latest Ubuntu release, can be downloaded
128 129
 from the [GitHub](https://github.com/haikarainen/light/releases/) releases page.  If you want to build your own
@@ -131,7 +132,7 @@ the development branch guidelines below followed by:
131 132
 
132 133
     make deb
133 134
 
134
-### NixOS/nix
135
+### <a name="nix"></a>NixOS/nix
135 136
 
136 137
 You can add the following line to your `configuration.nix`:
137 138