Skip to content

Commit

Permalink
Add install on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 27, 2024
1 parent 2a9622a commit a9e7b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
</p>
EasyCache is an in-memory cache system for Ruby designed for situations where you don't want to set up Redis or Memcached but still need a simple solution for caching key-value data.

## Install

```
gem install easy-cache
```

## Usage

To use EasyCache in your Ruby project, require the library and include it in your code:
Expand Down

0 comments on commit a9e7b3b

Please sign in to comment.