aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2016-06-23 18:15:48 -0400
committerGitHub <noreply@github.com>2016-06-23 18:15:48 -0400
commit6017ca54a7ae9ff2faa53aae08aacbc84a597343 (patch)
tree11c0db132b5b70e7efae60fdcc25c95f2cac9f4d
parentChange references to PC-BSD to TrueOS (diff)
downloadlumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.tar.gz
lumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.tar.bz2
lumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f446986b..23fb6583 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ How to build from source
* PREFIX: Determines the base directory used to install/run Lumina ("/usr/local" by default)
* LIBPREFIX: Determines the location to install the Lumina library ("PREFIX/lib" by default)
* DESTDIR: An optional directory where the compiled files will be placed temporary (such as for packaging/distributing via some other system).
- * WITH_I18N: (not recommended) Generate/install the partially-localized translation files. This option is typically only used by developers who need to test the localization systems. If you wish to install the full localization/translation files, please use the pcbsd/lumina-i18n repo instead.
+ * WITH_I18N: (not recommended) Generate/install the partially-localized translation files. This option is typically only used by developers who need to test the localization systems. If you wish to install the full localization/translation files, please use the trueos/lumina-i18n repo instead.
4) Run "make" to compile all the Lumina projects (can be done as user)
bgstack15