From 4a6a8cc7e2c910f4ecc2f87c5222a21a96fee565 Mon Sep 17 00:00:00 2001 From: Marcel Guzik Date: Thu, 2 Apr 2020 12:16:25 +0200 Subject: [PATCH] Add goldberg dependencies and zsh to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 52955d8..9530dba 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ order. ``` $ git submodule update --init --recursive + +# Goldlab emulator uses `protoc` and `clang` to build the libraries: +# On Ubuntu 19.10 or newer: + +$ sudo apt install protobuf-compiler clang + +# Additionally, you need zsh to run the scripts: + +$ sudo apt install zsh ``` # 2- Add the game