Recent changes

From Federal Burro of Information
Jump to navigationJump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below is the change since 21 May 2024, 21:59 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Hide bots | Hide minor edits
Show new changes starting from 14:37, 3 June 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

22 May 2024

N    19:51  Jekyll Notes diffhist +930 David talk contribs (Created page with " reference: https://stackoverflow.com/questions/39381360/how-do-i-install-ruby-gems-on-mac <pre> brew update brew install ruby # If you use bash echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.bash_profile # If you use ZSH: echo 'export PATH=/usr/local/Cellar/ruby/2.4.1_1/bin:$PATH' >> ~/.zprofile However, I suggest using an Environment Manager for Ruby. You have rbenv and RVM. IMO go for rbenv: brew install rbenv ruby-build # bash echo 'export...")