Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyuhwan Park★ <unstabler@unstabler.pl>2022-05-13 13:26:56 +0300
committerGyuhwan Park★ <unstabler@unstabler.pl>2022-05-13 13:26:56 +0300
commitf09ef60144be6aa46dc7dd17f1fca185754eef06 (patch)
tree1736b58a29c3587331a50fc76a43eff1badfc204
parent79335ef1d315661df98944fd329ddc79f18a4dd1 (diff)
docs: update README.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 884e88d..8f369ef 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,14 @@ this xrdp module requires [ulalaca-sessionprojector](https://github.com/unstable
# INSTALLATION
1. fetch xrdp source code
```shell
-$ curl -L https://github.com/neutrinolabs/xrdp/releases/download/v0.9.19/xrdp-0.9.19.tar.gz | tar xvz
-cd xrdp-0.9.19
+$ git clone https://github.com/neutrinolabs/xrdp.git xrdp
+$ cd xrdp
+$ git checkout devel
```
-2. clone ulalaca-xrdp inside xrdp source code
+2. add ulalaca-xrdp as submodule
```shell
-$ git clone https://github.com/unstabler/ulalaca-xrdp ulalaca
+$ git submodule add https://github.com/unstabler/ulalaca-xrdp ulalaca
```
3. apply patch