Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 406 Bytes

Development.md

File metadata and controls

7 lines (5 loc) · 406 Bytes

How to develop

Follow normal docker installation. Start docker container with binds to src/ and dist/: docker run -v $(pwd)/results:/root/CryptOpt/results -v $(pwd)/src:/root/CryptOpt/src -v $(pwd)/test:/root/CryptOpt/test --name CryptOpt -ti cryptopt zsh

Inside container: make watch

Connect in another terminal to the container: docker exec -it CryptOpt /bin/zsh and execute CryptOpt from there