Add clang-format git hook (#395)

Fixes #392
This commit is contained in:
Alex Kremer
2022-11-09 22:31:49 +01:00
committed by GitHub
parent 486f1f2fd2
commit 031ad411a6
3 changed files with 35 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Use these instructions to build a Clio executable from the source. These instruc
```sh
# Install dependencies
sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget build-essential bison flex autoconf cmake
sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget build-essential bison flex autoconf cmake clang-format
# Compile Boost
wget -O $HOME/boost_1_75_0.tar.gz https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz