Skip to content

brandonapol/ct-installs-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CT Installs Packages

Easy installation of requirements for CT's coursework.

Running the Installs

Mac/Linux:

Open your terminal using cmd+spacebar and typing "Terminal".

In the terminal, copy and paste:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/brandonapol/ct-installs-scripts/master/mac.sh)"

Windows

Open your command line interface. Copy and paste these TWO commands:

$InstallFromCodingTemple = Invoke-WebRequest -Uri https://raw.githubusercontent.com/brandonapol/ct-installs-scripts/master/windows.ps1 -UseBasicParsing

Invoke-Expression $($InstallFromCodingTemple.Content)

Should automatically install everything you need! Happy coding!

About

Scripts for Coding Temple installs process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published