From a8d7a6590b70283277835fbf6717dd825191ad84 Mon Sep 17 00:00:00 2001 From: David Toledo Date: Tue, 5 May 2020 17:39:42 +0200 Subject: [PATCH] Update bridge documentation Update bridge documentation to current code status --- docs/bridge.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/bridge.md b/docs/bridge.md index e407873e91..7e14da4d20 100644 --- a/docs/bridge.md +++ b/docs/bridge.md @@ -72,12 +72,10 @@ In an `ocis` folder ``` $ git clone git@github.com:owncloud/ocis-glauth.git $ cd ocis-glauth -$ git checkout start-glauth $ make ``` This should give you a `bin/ocis-glauth` binary. Try listing the help with `bin/ocis-glauth --help`. -TODO merge glauth PR https://github.com/owncloud/ocis-glauth/pull/1 #### Run it!