ruby: add French translation, update page (#10817)

* ruby: add French translation, update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Alexandre ZANNI
2023-10-08 17:55:35 +02:00
committed by GitHub
parent ba681f2d0b
commit 3cf7a89a0e
2 changed files with 33 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
`ruby -run -e httpd`
- Locally execute a Ruby binary without installing the required library it depends on:
`ruby -I {{path/to/library_folder}} -r {{library_require_name}} {{path/to/bin_folder/bin_name}}`
- Show the version of Ruby you are using:
`ruby -v`