diff --git a/README.md b/README.md index a264f26..bee7fc6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ This particular implementation provides a Ruby library for generating and parsin ## Installation +### If using bundler + +```shell +bundle add typeid +``` + +### If not + ```shell gem install typeid ```