Sorbet install: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 16: Line 16:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Init -->
</blockquote><!-- Init -->
= Dependencies =
<blockquote>
<syntaxhighlight lang="bash">
aur sync watchman-bin
pacman -S watchman-bin
</syntaxhighlight>
</blockquote><!-- Dependencies -->

Revision as of 20:06, 4 November 2023

Gemfile

source "https://rubygems.org"

gem "sorbet"
gem "sorbet-runtime"
gem "sorbet-static"

Init

bundle exec srb init

Dependencies

aur sync watchman-bin
pacman -S watchman-bin