To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorQuick Start Guide
Publishing is done from the command-line, using the relish
gem.
Install the gem:
gem install relish
Create a project:
relish projects:add my-best-project # or, if you want a private project: relish projects:add my-secret-project:private
Write some documentation, by adding some markdown or Cucumber feature files in the
features
directory.Push the documentation to Relish:
relish push my-best-project
Go and admire your features at http://relishapp.com/`username`/my-best-project
Last published over 7 years ago by mattwynne.