Created
April 18, 2021 19:15
-
-
Save ant4g0nist/efdffff28aaadf48d35cf93e38e7e2a9 to your computer and use it in GitHub Desktop.
Ethereum Book PDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdf: ## Generate PDF version of the manual | |
git clone https://github.com/ethereumbook/ethereumbook | |
asciidoctor-pdf \ | |
--base-dir $(CURDIR)/ethereumbook \ | |
--out-file "$(CURDIR)/Ethereum Book.pdf" \ | |
$(CURDIR)/ethereumbook/book.asciidoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment