Browse Source

Add Debian/Ubuntu build/install help

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 years ago
parent
commit
4e43abeb6f
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

@@ -122,6 +122,14 @@ Fedora already has light packaged in main repos, so just run:
122 122
 
123 123
 and you're good to go.
124 124
 
125
+### Debian/Ubuntu
126
+
127
+Pre-built .deb files, for the latest Ubuntu release, can be downloaded
128
+from the [GitHub][Light] releases page.  If you want to build your own
129
+there is native support available in the GIT sources.  Clone and follow
130
+the development branch guidelines below followed by:
131
+
132
+    make deb
125 133
 
126 134
 ### Manual
127 135