Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 377 Bytes

Desenvolvendo um computador operacional do ZERO!

Material disponível na wiki

Clonando

$ git clone https://github.com/Insper/Z01.1
$ cd Z01.1
$ git submodule update --init --recursive
$ git submodule foreach 'git stash; git checkout master; git pull'