@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
17 lines (10 loc) • 315 B
Markdown
# Developer Guide
See [Node setup on the system](#node-setup-on-the-system) for prereq.
[Example Google Drive Shared Folder](gdoc:0AIkOKXbzWCtSUk9PVA)
<a id="n2kl3gvfts47"></a>
# Node setup on the system
## using OS
```
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt install nodejs
```