Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1 KB

README.md

File metadata and controls

32 lines (21 loc) · 1 KB

Automation Scripts

This repository contains a set of automation scripts for setting up development environments and performing various tasks such as installing Ruby, Rails, and other dependencies.

Table of Contents


Prerequisites

Make sure you have the following installed before running the scripts:

  • Homebrew (for macOS users): Install Homebrew by running:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    

Execute Scripts

Run the scritps with $> ./install_ruby.sh

If you face permission error, run with $> chmod +xr ./install_ruby.sh