diff --git a/README.md b/README.md
index e4106fc..029f1d3 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,23 @@
-# Angular Based Theme
+# Angular Based Theme repo is **DEPRECATED**
-
+We integrated a monorepo aproach and the source code is now kept in the liveblog repo
+in the `server/liveblog/themes/themes_assets/angular`
+Link to the `master branch` to the following [path](https://github.com/liveblog/liveblog/tree/master/server/liveblog/themes/themes_assets/angular)
-| Options | Key | Type | Default value
-|---------|-----|------|--------------
-| Number of posts per page | postsPerPage | `number` | 20
-| Permalink delimiter | permalinkDelimiter | `string` | ?
+A tipical workflow for a `theme` only collaborator will change from the current steps
-This theme provide an angular library to connect to the Liveblog API.
-This is an abstract theme to be extended, and we strongly recommend to use it if you want to create a new theme.
+```
+git clone https://github.com/liveblog/lb-theme-angular
+cd lb-theme-angular
+npm install
+gulp build
+```
+
+to the next steps
+
+```
+git clone https://github.com/liveblog/liveblog
+cd liveblog/server/liveblog/themes/themes_assets/angular
+npm install
+gulp build
+```
\ No newline at end of file