Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

vncli Docs

This folder is a small Markdown book for the vncli CLI.

It starts with two pages:

  • This overview page
  • The TUI button guide

The book can be served with the Dockerfile in this folder.

docker build -t vncli-docs -f docs/Dockerfile docs
docker run --rm -p 3000:3000 vncli-docs

Open the local site at http://localhost:3000.