From 5373b6744c6b74cf53889e2d231b4bb47e7bc953 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Mon, 4 Jun 2018 14:43:32 +0200
Subject: [PATCH] Note the precompilation requirement on installing

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e008dd9..412c901 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,10 @@ If you don't want the lifecycle management features of Foreman, you can ignore t
 
 ## Installation
 
-See [Plugins install instructions](https://theforeman.org/plugins/) for information on how to install Foreman plugins.
+See the [Plugins install instructions, advanced installation from gems](https://theforeman.org/plugins/#2.3AdvancedInstallationfromGems) for information on how to install this plugins.
 
-## Usage
-
-TODO
+This plugin has JavaScript assets that require precompilation if installed into a packaged Foreman install.
+You will need to install the `foreman-assets` package and run `foreman-rake plugin:assets:precompile[foreman_wds]` after installing it from gem.
 
 ## Contributing
 
-- 
GitLab