Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 888 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 888 Bytes

TLDR Java Client

This is a Java client for tldr-pages

Building

Prerequisite

  • Java Development Kit 1.8.
  • Maven 3.6.X.

Build.

Run mvn clean package to build the project and extract ./target/tldr.zip and add the $EXTRACTED_FOLDER\bin to the path.

Usage

Usage: tldr [options] SEARCH

  Options:
    --help, -h
      Print help information and exit
    --platform, -p
      Platform [windows, macos|osx, linux]
    --version
      Print version and exit

Work in progress.

Download

Download tldr from releases