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
 - [Installation](#installation)
18
 - [Installation](#installation)
19
   - [Arch Linux](#arch-linux)
19
   - [Arch Linux](#arch-linux)
20
   - [Fedora](#fedora)
20
   - [Fedora](#fedora)
21
+  - [Debian/Ubuntu](#debian)
22
+  - [NixOS/nix](#nix)
21
   - [Manual](#manual)
23
   - [Manual](#manual)
22
   - [Permissions](#permissions)
24
   - [Permissions](#permissions)
23
-- [Origin & References](#origin--references)
24
 
25
 
25
 
26
 
26
 Introduction
27
 Introduction
122
 
123
 
123
 and you're good to go.
124
 and you're good to go.
124
 
125
 
125
-### Debian/Ubuntu
126
+### <a name="debian"></a>Debian/Ubuntu
126
 
127
 
127
 Pre-built .deb files, for the latest Ubuntu release, can be downloaded
128
 Pre-built .deb files, for the latest Ubuntu release, can be downloaded
128
 from the [GitHub](https://github.com/haikarainen/light/releases/) releases page.  If you want to build your own
129
 from the [GitHub](https://github.com/haikarainen/light/releases/) releases page.  If you want to build your own
131
 
132
 
132
     make deb
133
     make deb
133
 
134
 
134
-### NixOS/nix
135
+### <a name="nix"></a>NixOS/nix
135
 
136
 
136
 You can add the following line to your `configuration.nix`:
137
 You can add the following line to your `configuration.nix`:
137
 
138