Skip to content

Commit

Permalink
docs: Fixes for openssl woes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalBryxi committed May 10, 2023
1 parent 0ab3009 commit 16cbf5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ so it might not be precise or correct at all in some cases.

Latest processed file is available at [Magic Pass.gpx][3].

## Requirements
```sh
brew install rbenv
brew install openssl

# See: https://github.com/rbenv/ruby-build/discussions/2061
mkdir -p /usr/local/etc/openssl/certs/
ln -s /usr/local/etc/openssl@3/cert.pem /usr/local/etc/openssl/certs/cert.pem
```

## Installation
```sh
bundle install
Expand Down

0 comments on commit 16cbf5d

Please sign in to comment.