1
0
forked from clan/democlan

add README

This commit is contained in:
Jörg Thalheim 2023-11-14 13:04:51 +01:00
parent 6ba578f2f7
commit 13936a3f11

35
README.md Normal file
View File

@ -0,0 +1,35 @@
# Examples for clan
Get the clan cli with `nix develop`
```
$ nix develop
```
## Deltachat
In one terminal start:
```console
$ clan vms create deltachat-peer2
```
In a different terminal start:
```console
$ clan vms create deltachat-peer2
```
## IRC
In one terminal start:
```console
$ clan vms create controller
```
In a different terminal start:
```console
$ clan vms create defaultVM
```