Skip to content

Instantly share code, notes, and snippets.

@kannkyo
Created March 8, 2019 12:14
Show Gist options
  • Save kannkyo/a5b8b643738cb843a7d8910144f1a9f3 to your computer and use it in GitHub Desktop.
Save kannkyo/a5b8b643738cb843a7d8910144f1a9f3 to your computer and use it in GitHub Desktop.
script for instalation drawing
#!/bin/bash
git clone --recursive https://github.com/jgraph/drawio-desktop.git
pushd drawio-desktop
npm install
pushd drawio
npm install
popd
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment