From ac95c10bf3ca62ff7ea269872c3fd22e41049330 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Fri, 10 May 2019 05:31:42 +0200
Subject: [PATCH] Update README.md, boost now shipped with CORSIKA

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 67dd505f..d5cf8f7c 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ CORSIKA 8 is tested regularly at least on gcc7.3.0 and clang-6.0.0.
 Additional software prerequisites: eigen3, boost, cmake, g++, git. 
 On a bare Ubuntu 18.04, just add:
 ```
-sudo apt-get install libeigen3-dev libboost-dev cmake g++ git
+sudo apt install libeigen3-dev cmake g++ git
 ```
 
 Follow these steps to download and install CORSIKA 8 milestone2
-- 
GitLab