README.adoc in tocer-15.1.2 vs README.adoc in tocer-15.2.0

- old
+ new

@@ -26,14 +26,30 @@ . A UNIX-based system. . link:https://www.ruby-lang.org[Ruby]. == Setup -To install, run: +To install _with_ security, run: [source,bash] ---- +# 💡 Skip this line if you already have the public certificate installed. +gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem) +gem install tocer --trust-policy HighSecurity +---- + +To install _without_ security, run: + +[source,bash] +---- gem install tocer +---- + +You can also add the gem directly to your project: + +[source,bash] +---- +bundle add tocer ---- == Usage === Command Line Interface (CLI)