diff --git a/README.md b/README.md new file mode 100644 index 0000000..baf5b0b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Ephemeral Garden + +![](./garden.png) + +## To Build + +You will need to have installed Qt development libs (e.g. 5.13.1) and [therecipe/qt](https://github.com/therecipe/qt). + + go mod vendor + qtdeploy --qt_version "5.13.1" build linux + +## To Host a Garden + ./deploy/linux/garden + Ephemeral Garden: hctctpqdjn7n6bgugg7u4hq2adbbeapbg3qt7m2jy42pfizbhcmty5ad + +Wait for the other user to connect. + +## To Connect to a Garden + ./deploy/linux/garden hctctpqdjn7n6bgugg7u4hq2adbbeapbg3qt7m2jy42pfizbhcmty5ad + +Currently only 1 person can connect to garden at a time. \ No newline at end of file diff --git a/garden.png b/garden.png new file mode 100644 index 0000000..69d994a Binary files /dev/null and b/garden.png differ diff --git a/go.mod b/go.mod index b4e77cf..c9df2d3 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,6 @@ go 1.13 require ( cwtch.im/tapir v0.1.16 git.openprivacy.ca/openprivacy/connectivity v1.1.1 + git.openprivacy.ca/openprivacy/log v1.0.0 github.com/therecipe/qt v0.0.0-20191101232336-18864661ae4f )