martian-computing icon indicating copy to clipboard operation
martian-computing copied to clipboard

Error in 8/28 dojo

Open jackfoxy opened this issue 3 years ago • 1 comments

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

jackfoxy avatar Sep 30 '21 14:09 jackfoxy

I misread |mount % once as |mount %once

But there is still a problem, |mount % creates a directory named base, so commits should be |commit %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.

Easy to get wrong in html.

jackfoxy avatar Sep 30 '21 20:09 jackfoxy