Merge pull request #6 from urbit/m/dojo-is-not-dill

primer: necessary nuance about dojo
This commit is contained in:
Gavin 2021-12-08 13:24:48 -05:00 committed by GitHub
commit e8e57ab566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Since Urbit is actually an operating system, not just a server, when we talk abo
- A web or mobile interface that interacts with one or more agents to define something that looks a lot like an “app”
- A single agent that runs in the background
- A script called a **generator** thats executed from Urbits own CLI (called the **dojo**)
- A script called a **generator** thats executed from Urbits own command-line shell (called the **dojo**)
Generators, agents and supporting code are packaged up into **desks**. These provide a mechanism for packaging up related code, and can be shared directly with other users over the network—this is how software distribution works on Urbit.