From db29edc432d91adc2c015df65c40e34d77e164c9 Mon Sep 17 00:00:00 2001
From: git <git@3140359.no-reply.drupal.org>
Date: Tue, 14 Apr 2015 10:01:56 -0600
Subject: [PATCH] Issue #2470990 by anthonysimone: Add Readme file with
 installation instructions

---
 README.txt | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 README.txt

diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..f3ce8d5
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,31 @@
+Description
+-----------
+Context By Node, creates a context for that page when you are creating the node,
+so after you save you don't need to do anything other than just add your block.
+You can optionally choose whether to display the context on the context admin
+page.
+
+Requirements
+------------
+Drupal 7.x
+Context 7.x-3.x
+
+Installation
+------------
+1. Copy the entire context_by_node directory the Drupal sites/all/modules directory.
+
+2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
+
+3. Navigate to "Admin" -> "Structure" -> "Context" -> "Settings"
+
+4. Specify which content types Context by Node is enabled on. Click Save.
+
+5. Select whether Context by Node context should display on context admin list.
+
+6. On node creation page check "Create Context for this Node". After saving,
+   context will be available.
+
+Support
+-------
+Please use the issue queue for filing bugs with this module at
+http://drupal.org/project/issues/context_by_node
\ No newline at end of file
-- 
1.9.5 (Apple Git-50.3)

