From 56f5841d4b9c12296cdfcaeff174b2627d59afc8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 11:49:49 -0500 Subject: Migrate to full rails app --- README.md | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2def606..7db80e4 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,24 @@ -# Pokeviewer -Short description and motivation. +# README -## Usage -How to use my plugin. +This README would normally document whatever steps are necessary to get the +application up and running. -## Installation -Add this line to your application's Gemfile: +Things you may want to cover: -```ruby -gem 'pokeviewer' -``` +* Ruby version -And then execute: -```bash -$ bundle -``` +* System dependencies -Or install it yourself as: -```bash -$ gem install pokeviewer -``` +* Configuration -## Contributing -Contribution directions go here. +* Database creation -## License -The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... -- cgit 1.4.1