- Create and boot a moon on the local machine
|moon
to generate moon name and key on the planet./urbit -w <moon-name> -G <key>
on local machine
- On the moon: Add desk and distribute the application
|merge %maat our %base
|mount %maat
|commit %maat
|public %maat
- On the planet: Sync from the moon:
|sync %maat ~marsed-lasbyt-talfus-laddus %maat
- On the planet: Publish the app:
:treaty|publish %maat
- Shutdown the moon on the local machine
- Bump version numbers in
desk.docket-0
andmaat-api.hoon
- Boot the moon
|commit
the changes- On the planet: Sync from the moon:
|sync %maat ~marsed-lasbyt-talfus-laddus %maat
The planet will automatically retrieve those updates and distribute them.
Thanks ~tiller-tolbus
for the initial instructions.