Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 360 Bytes

Cisco Live Workshops

Code used in Hank's Cisco Live (and other event) workshops.

Setup commands for different labs

NetDevOps Development Environments

  1. Open terminal and run
curl -o setup.sh \
  https://raw.githubusercontent.com/hpreston/ciscolive_workshops/master/netdevops-devenv/setup.sh && \
  chmod +x setup.sh && \
  ./setup.sh