Windows WSL {{ currentPage ? currentPage.title : "" }}

How to Build/Install Poplog on Windows WSL Ubuntu (a.k.a Windows computer) using GetPoplog

  1. Click on the Ubuntu icon to launch WSL Ubuntu instance.

  2. In the Linux terminal window, type:

    sudo apt install curl -y

    Use the copy and paste function. In the Linux terminal window right click to paste.

    Press ENTER key. Enter your password when prompted.

  3. Now you can run the single-line Install Poplog command. In the terminal window run this command:

    curl -LsS https://raw.githubusercontent.com/GetPoplog/Seed/main/GetPoplog.sh | sh

    Press ENTER key.

When the script finishes successfully, it will install Poplog into /usr/local/poplog.

For more information see the link https://github.com/GetPoplog/Seed#seed

To run Poplog see How to Run

{{{ content }}}