-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to reflect new version about to be released
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ See [Sufia's documentation site](http://sufia.io/) for more non-technical docume | |
|
||
# Help | ||
|
||
If you have questions or need help, please email [the Hydra community tech list](mailto:[email protected]) or stop by [the Hydra community IRC channel](irc://irc.freenode.net/projecthydra). | ||
If you have questions or need help, please email [the Hydra community tech list](mailto:[email protected]) or stop by the #dev channel in [the Hydra community Slack team](https://wiki.duraspace.org/pages/viewpage.action?pageId=43910187#Getintouch!-Slack). | ||
|
||
# Getting started | ||
|
||
|
@@ -155,7 +155,7 @@ rails new my_app | |
Add the following lines to your application's Gemfile. | ||
|
||
``` | ||
gem 'sufia', '7.0.0.rc2' | ||
gem 'sufia', '7.0.0' | ||
``` | ||
|
||
Then install Sufia as a dependency of your app via `bundle install` | ||
|