Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

speelbarrow/quick-factor

Repository files navigation

Quick Factor CI/CD Go Reference

Command-line tool to find factors of a polynomial function.

Installation

This program can be installed two different ways:

1. With Golang installed

  • Open a command line
  • Run go get github.com/noah-friedman/find-factors/cmd/find-factors (NOTE: You must have $GOPATH/bin in the system path)
  • Run the program by running find-factors on the command line

2. Without Golang installed

  • Navigate to the releases page
  • Download the correct binary for your system from the latest release
  • macOS and Linux only: Run chmod +x path/to/binary in order to mark the binary as executable
  • Run the executable file