Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 27, 2024
1 parent a704fd1 commit 73d5e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ exec zsh
Then run:

```bash
brew install rbenv
brew install rbenv libyaml
```


Expand Down
2 changes: 1 addition & 1 deletion ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,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
2 changes: 1 addition & 1 deletion windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,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 73d5e52

Please sign in to comment.