From d65a0c97ed46099c73a20c453f17bf70188349c9 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Sat, 18 Apr 2020 19:13:56 -0300 Subject: [PATCH] Add simple installer readme --- cmake/installer.cmake | 2 +- contrib/readme-installer.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 contrib/readme-installer.txt diff --git a/cmake/installer.cmake b/cmake/installer.cmake index 3cba2b74b..789a88ee4 100644 --- a/cmake/installer.cmake +++ b/cmake/installer.cmake @@ -1,6 +1,6 @@ set(CPACK_PACKAGE_VENDOR "lokinet.org") set(CPACK_PACKAGE_HOMEPAGE_URL "https://lokinet.org/") -set(CPACK_PACKAGE_README_FILE "${PROJECT_SOURCE_DIR}/readme.md") +set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/contrib/readme-installer.txt") set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.txt") if(WIN32) diff --git a/contrib/readme-installer.txt b/contrib/readme-installer.txt new file mode 100644 index 000000000..eebb011dd --- /dev/null +++ b/contrib/readme-installer.txt @@ -0,0 +1,5 @@ +Lokinet is the reference implementation of LLARP (low latency anonymous routing protocol), a layer 3 onion routing protocol. + +This installer provides the needed control panel to get up an running on Lokinet. + +You can view additional documentation and information on Lokinet at https://lokinet.org