Skip to content

Commit f5543a4

Browse files
committed
some minor updates in the readme
1 parent 6da958c commit f5543a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Accounts on Bluesky use identifiers like [did:plc:oio4hkxaop4ao4wz2pp3f4cr](http
1313

1414
## Installation
1515

16-
From the command line:
16+
To use DIDKit, you need a reasonably new version of Ruby – it should run on Ruby 2.6 and above, although it's recommended to use a version that's still getting maintainance updates, i.e. currently 3.2+. A compatible version should be preinstalled on macOS Big Sur and above and on many Linux systems. Otherwise, you can install one using tools such as [RVM](https://rvm.io), [asdf](https://asdf-vm.com), [ruby-install](https://github.com/postmodern/ruby-install) or [ruby-build](https://github.com/rbenv/ruby-build), or `rpm` or `apt-get` on Linux (see more installation options on [ruby-lang.org](https://www.ruby-lang.org/en/downloads/)).
1717

18-
gem install didkit
18+
To install the gem, run in the command line:
1919

20-
Or, add this to your `Gemfile`:
20+
[sudo] gem install didkit
21+
22+
Or add this to your app's `Gemfile`:
2123

2224
gem 'didkit', '~> 0.3'
2325

@@ -109,3 +111,5 @@ resolver.get_verified_handle(did)
109111
Copyright © 2025 Kuba Suder ([@mackuba.eu](https://bsky.app/profile/did:plc:oio4hkxaop4ao4wz2pp3f4cr)).
110112

111113
The code is available under the terms of the [zlib license](https://choosealicense.com/licenses/zlib/) (permissive, similar to MIT).
114+
115+
Bug reports and pull requests are welcome 😎

0 commit comments

Comments
 (0)