Categorygithub.com/Lapp-coder/docsel
module
1.1.1
Repository: https://github.com/lapp-coder/docsel.git
Documentation: pkg.go.dev

# README

Docsel

Go Release

Docsel is a utility that allows you to run the services you choose based on the docker-compose file.

Example

docsel example

Installation

  1. Clone the repository
$ git clone https://github.com/Lapp-coder/docsel
  1. Go to the directory of the utility
$ cd docsel
  1. Follow the installation steps for your OS
  • MacOS on M1
$ chmod +x build/bin/docsel-darwin_arm64 \
&& make setup-macos_m1
  • MacOS on Intel
$ chmod +x build/bin/docsel-darwin_amd64 \
&& make setup-macos_intel
  • Linux
$ chmod +x build/bin/docsel-linux_amd64 \
&& make setup-linux
  • Windows
$ setup-windows.bat

# Packages

No description provided by the author