https://github.com/urbit/urb
Unix control of Urbit
https://github.com/urbit/urb
Last synced: 3 months ago
JSON representation
Unix control of Urbit
- Host: GitHub
- URL: https://github.com/urbit/urb
- Owner: urbit
- License: mit
- Created: 2016-03-12T00:30:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T20:08:52.000Z (over 7 years ago)
- Last Synced: 2025-03-24T14:21:25.892Z (about 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 10
- Watchers: 26
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urb
Unix control of Urbit
# Running and Installing
To run without installing anything:
```bash
nix-shell --pure --command 'python ./urb -d "(add 3 4)"'
```
To install `urb`:
```bash
nix-env -if .
```