mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
3c3f7e761e
* Move extraneous stuff out of pkg/urbit/* * s/urb/herb/g * Removed some boilerplate for `urbit` builds. * Build urbit tests and run them in the nix build.
18 lines
211 B
Markdown
18 lines
211 B
Markdown
# Herb
|
|
|
|
Unix control of Urbit
|
|
|
|
# Running and Installing
|
|
|
|
To run without installing anything:
|
|
|
|
```bash
|
|
nix-shell --pure --command 'python ./herb -d "(add 3 4)"'
|
|
```
|
|
|
|
To install `herb`:
|
|
|
|
```bash
|
|
nix-env -if .
|
|
```
|