Skip to content

Instantly share code, notes, and snippets.

@ant4g0nist
Created April 18, 2021 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ant4g0nist/efdffff28aaadf48d35cf93e38e7e2a9 to your computer and use it in GitHub Desktop.
Save ant4g0nist/efdffff28aaadf48d35cf93e38e7e2a9 to your computer and use it in GitHub Desktop.
Ethereum Book PDF
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