Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 487 Bytes

Documentation

Docs for AdvancedSharpAdbClient

Created using docsify and docsify-darklight-theme

To serve docs use docsify http server

# Install docsify
npm i docsify-cli -g

# Serve docs
docsify serve .

Or using any other http servers. Example with python:

python -m SimpleHTTPServer 3000

# OR

python -m http.server 3000