Installation

Windows

  1. Download TagUI v6.0.0 for Windows.

  2. Unzip the contents to C:\.

  3. Install OpenJDK for Windows.

  4. Install Chrome.

  5. Open Command Prompt.

  6. Copy, paste and run these commands:

setx path "%path%;c:\tagui\src"

tagui c:\tagui\src\samples\1_yahoo.tag

You have run your first TagUI flow! 🎉

Having problems?

macOS/Linux

  1. Download TagUI v6.0.0 (macOS, Linux).

  2. Unzip the contents to your desktop on macOS, or /home/your_userid on Linux.

  3. Install OpenJDK (macOS, Linux).

  4. Install Chrome.

  5. Open Terminal.

  6. Copy, paste and run these commands, replacing your_tagui_path as needed:

ln -sf /your_tagui_path/tagui/src/tagui /usr/local/bin/tagui

tagui your_tagui_path/tagui/src/samples/1_yahoo.tag

You have run your first TagUI flow! 🎉

Having problems?