1
0
mirror of https://github.com/ilyakooo0/urbit.git synced 2024-12-15 18:12:47 +03:00
urbit/pkg/herb/README.md

18 lines
211 B
Markdown
Raw Normal View History

# 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 .
```