You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Java, Clojure, Babashka and TailwindCSS manually or via [mise](https://mise.jdx.dev/):
10
9
11
10
```shell
12
11
mise install
13
12
```
14
13
14
+
> [!NOTE]
15
+
> This command will install Ruby to work with Kamal. You might need to install `libyaml`: `brew install libyaml # or on Ubuntu: `sudo apt-get install libyaml-dev`
16
+
15
17
Check all available commands:
16
18
17
19
```shell
@@ -48,6 +50,7 @@ SESSION_SECRET_KEY=secret-key
48
50
Install ruby and kamal:
49
51
50
52
```shell
53
+
brew install libyaml # or for Ubuntu: `sudo apt-get install libyaml-dev`
0 commit comments