This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new e3e57ba [MINOR] add link to windows dev doc
e3e57ba is described below
commit e3e57ba710cfec43b13d4c9e158e53299a9865be
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sun Mar 14 11:20:05 2021 +0530
[MINOR] add link to windows dev doc
---
docs/site/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/site/install.md b/docs/site/install.md
index ab1dc2b..88d55aa 100644
--- a/docs/site/install.md
+++ b/docs/site/install.md
@@ -29,7 +29,7 @@ This guide helps in the install and setup of SystemDS from
source code.
## Windows
-TODO
+[Developer
Guide](https://github.com/apache/systemds/blob/master/dev/docs/windows-source-installation.md)
---