Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 497 Bytes

BUILD.md

File metadata and controls

20 lines (15 loc) · 497 Bytes

Build Instructions

To compile Logen from source, follow the steps below:

  1. Make sure you have Go installed on your system. You can download and install Go from the official website: https://golang.org/dl/

  2. Clone the Logen repository to your local machine:

    git clone https://github.com/mtnmunuklu/logen.git
    
  3. Navigate to the project directory:

    cd logen
    
  4. Compile the Logen executable:

    go build -o logen