README.md in phcpress-6.5.0 vs README.md in phcpress-6.5.1
- old
+ new
@@ -9,12 +9,12 @@
* Website article posts with WYSIWYG editor.
* Upload images locally or use any popular cloud service.
* Customizable article categories module included.
#### Step 1 - Add PHCPress to your gemfile and run command
-
- gem 'phccontactor', '~> 2.4'
+
+ gem 'phcpress', '~> 6.5'
bundle install
#### Step 2 - Copy PHCPress Database Tables
To copy PHCPress' requried database migrations, copy each command individually to your terminal's command line.
@@ -32,10 +32,10 @@
rails assets:clobber
rails assets:precompile
#### Step 5 - Generate Contact Form View (Customization)
All PHCPress views and layouts can be overwritten by copying files to your application.
-
+
rails generate phcpress:views
#### How to Setup Image Uploads
PHCPress default Carrierwave settings can be overwritten.