diff options
author | bt <bt@web> | 2023-12-03 08:40:07 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-03 08:40:07 -0500 |
commit | 92db41d3ba96d6808f885142ef781386a5898d89 (patch) | |
tree | d193b03918e7077beec3e0f94af53c9f57759262 | |
parent | c7ff4b10cc9860c194ad7b2bac3e6fe54e235ca0 (diff) |
-rw-r--r-- | posts/rvm.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/rvm.md b/posts/rvm.md index 50610fb..7d5fc21 100644 --- a/posts/rvm.md +++ b/posts/rvm.md @@ -1,6 +1,5 @@ -# Installing Ruby with RVM on Alpine Linux - -2023-03-16 +[[!meta title="Installing Ruby with RVM on Alpine Linux"]] +[[!meta date="2023-03-16"]] For some on-going projects I need to switch to different versions of `ruby`. Although there exist many step-by-step instructions on installing and configuring `rvm` for most Linux distros, there aren't many focused on Alpine "daily drivers". |