Skip to content

Commit

Permalink
add libyaml-dev (#456)
Browse files Browse the repository at this point in the history
* add libyaml-dev

add libyaml-dev package to:

sudo apt install

* add libyaml 

add libyaml to macos_rbenv.md
  • Loading branch information
cthonney authored Feb 27, 2024
1 parent 25a84fb commit a704fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _partials/macos_rbenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ exec zsh
Then run:

```bash
brew install rbenv
brew install rbenv libyaml
```
2 changes: 1 addition & 1 deletion _partials/rbenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rm -rf ~/.rbenv
Then in the terminal, run:

```bash
sudo apt install -y build-essential tklib zlib1g-dev libssl-dev libffi-dev libxml2 libxml2-dev libxslt1-dev libreadline-dev
sudo apt install -y build-essential tklib zlib1g-dev libssl-dev libffi-dev libxml2 libxml2-dev libxslt1-dev libreadline-dev libyaml-dev
```

```bash
Expand Down

0 comments on commit a704fd1

Please sign in to comment.