Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Adding Installation Steps
Browse files Browse the repository at this point in the history
Currently only for Windows, with help from this issue #6 (comment) .
  • Loading branch information
Rubix982 authored Aug 8, 2020
1 parent f686133 commit ff12989
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ Piping the `draft` output to [GraphViz](http://www.graphviz.org/doc/info/output.

To install GraphViz to your favorite OS, please, follow this link [https://graphviz.gitlab.io/download/](https://graphviz.gitlab.io/download/).

# Installation Steps

To build the binaries by yourself, assuming that you have `Go` installed, here the steps:

## For Windows

Clone the repo,
```psh
git clone https://github.com/lucasepe/draft.git
```

Move to the 'cmd' directory:
```psh
cd draft/cmd
```

Generate the static assets
```psh
go generate ../...
```

Build the binary tool
```psh
go build -o draft
```

# Components

Expand Down

0 comments on commit ff12989

Please sign in to comment.