-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#227] update installation info #230
Conversation
cqfn#228: Update copyright info and actions versions
|
||
**For \*nix** | ||
```bash | ||
$ apt install libmagic-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strictly speaking, this applies only to Debian/Ubuntu/ALT Linux because other distros don't use apt
. Perhaps, it's better to explicitly specify these distros?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
README.md
Outdated
@@ -217,13 +248,13 @@ Make sure your build is green before you contribute | |||
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we raise a minimum Ruby version here as well?
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and | |
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.7+ and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default version on MacOs is 2.6 and it doesn't work on it, it was required to install upper one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
||
#### Ruby version 2.7+ | ||
</summary> | ||
[Ruby installation instruction](https://www.ruby-lang.org/en/documentation/installation/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that at https://github.com/pnatashap/pdd/tree/227 this link wasn't rendered properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Co-authored-by: Slava Semushin <slava.semushin@gmail.com>
All the content available in #231 also (just to avoid questions) |
Add installation part with Ruby (and minimum version) and Libmagic