diff --git a/README.md b/README.md
index 908809cb5351b1ab35cfdfa3493e9619ea71e5fb..d0154c8713f6f73e29f635e5183d6add41e8ed30 100644
--- a/README.md
+++ b/README.md
@@ -48,5 +48,8 @@ Für die Darstllung von Tabellen wird dazu noch das Paket `DT` und `icons` benö
 install.packages("DT", dependencies = TRUE)
 
 remotes::install_github("mitchelloharawild/icons")
+
+# hinzufügen der fontawesome Icons (andere auch noch möglich)
+download_fontawesome()
 ```