-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor Improvements to the tutorial #1
Comments
I would also suggest cloning the release in a folder that identifies the build hash, for example:
The command is easy, you just have to specify the folder as follows: |
Thanks for the feedback, it's great. I will update the document shortly. |
added details for running a cargo build only for compiling neard as raised by Stephano (#1)
@jimmy3dita I have updated the document as per review comments. Can you please validate? |
We are already updating our official docs, you can already update your tutorial with this key info:
make release
will build both the docker image and the binary filecargo build -p neard --release
will build only the binary, and should save some time (as it doesn't have to build the container too)Please experiment it yourself, and decide if it's worth to mention in this very good tutorial :)
The text was updated successfully, but these errors were encountered: