diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index 2efb6cfe9f82d6169172c8ed33a98514b2cf2ea1..4eb0c17439854330bd88ee7c3589ca2c0cddf07d 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -9,19 +9,4 @@ target_include_directories (CORSIKAthirdparty SYSTEM
 
 install (DIRECTORY phys DESTINATION include/ThirdParty/)
 install (DIRECTORY catch2 DESTINATION include/ThirdParty/)
-
-##########################################################################################
-# Boost subset
-# ============
-#
-# A subset of header-only Boost-1.70 libraries was installed with the bcp tool.
-# Instructions to update Boost:
-#
-# - Download the latest tarball from www.boost.org
-# - Unpack source code somewhere, go to into the folder, then run
-#
-#   ./bootstrap && ./b2 tools/bcp
-#   ./dist/bin/bcp mp11 iterator core format interval optional ./dist
-#   mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
-#
 install (DIRECTORY boost DESTINATION include/ThirdParty/boost/)
\ No newline at end of file
diff --git a/ThirdParty/ThirdParty.dox b/ThirdParty/ThirdParty.dox
index b15d9fdd7b1ec6adbde20778d377785d7c0a3ae4..a04b8076d5b89ffb953977b93557100fbda3788d 100644
--- a/ThirdParty/ThirdParty.dox
+++ b/ThirdParty/ThirdParty.dox
@@ -24,8 +24,11 @@ References: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references
 @section catch2
  
 The catch2 unit testing library is from:
-https://github.com/catchorg/Catch2 Licence: BSL-1.0
+https://github.com/catchorg/Catch2
+
+Licence: BSL-1.0
 (https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt)
+
 References: https://github.com/catchorg/Catch2
 
 @section eigen3
@@ -37,5 +40,25 @@ eigen3 ....
 see https://github.com/ClaasBontus/bitset2, this package was obtained
 from a Boost Software License 1.0.
 
+@section Boost
+
+A subset of header-only Boost libraries. Boost is from:
+https://www.boost.org
+
+License: BSL-1.0
+(https://www.boost.org/LICENSE_1_0.txt)
+
+The subset was generated with the bcp tool:
+https://www.boost.org/doc/libs/1_70_0/tools/bcp/doc/html/index.html
+
+Instructions on how to update Boost with this tool:
+
+Download the latest tarball from www.boost.org.
+Unpack source code somewhere, go to into the folder.
+Run these commands:
+
+    ./bootstrap && ./b2 tools/bcp
+    ./dist/bin/bcp mp11 iterator core format interval optional ./dist
+    mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
 
 */