We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To initialize your filesystem synchronization, run |mount % once. This creates a home/ directory with a number of standard child directories.
This usage of |mount throws an error.
Should be |mount /=home= %once
The text was updated successfully, but these errors were encountered:
I misread |mount % once as |mount %once
|mount %
|mount %once
But there is still a problem, |mount % creates a directory named base, so commits should be |commit %base
%base
2nd and last bug I found in the dojo,
line 12 of mod3.hoon ~& index has a syntax error. There must be 2 spaces between ~& and index.
~& index
Easy to get wrong in html.
Sorry, something went wrong.
No branches or pull requests
To initialize your filesystem synchronization, run |mount % once. This creates a home/ directory with a number of standard child directories.
This usage of |mount throws an error.
Should be |mount /=home= %once
The text was updated successfully, but these errors were encountered: