Compare commits

..

No commits in common. "master" and "23.12.30.0" have entirely different histories.

2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,7 @@ configuring a new system for use.
## Table of Contents ## Table of Contents
* [Motivation](#motivation) * [Motivation](#motivation)
* [Installation](#installation)
* [Configuration](#configuration) * [Configuration](#configuration)
* [Environment Variables](#environment-variables) * [Environment Variables](#environment-variables)
* [Command Macros](#command-macros) * [Command Macros](#command-macros)
@ -62,6 +63,16 @@ easy to understand, executables built by the Go compiler are statically linked,
the binary on your system and you are ready! The result of my work is Homemaker; I hope that you find it suitable for the binary on your system and you are ready! The result of my work is Homemaker; I hope that you find it suitable for
your needs. your needs.
## Installation
If you already have the Go environment and toolchain set up, you can get the latest version by running:
```
go install foosoft.net/projects/homemaker@latest
```
Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/homemaker/releases) from the project page.
## Configuration ## Configuration
Configuration files for Homemaker can be authored in your choice of [TOML](https://github.com/toml-lang/toml), Configuration files for Homemaker can be authored in your choice of [TOML](https://github.com/toml-lang/toml),

2
go.mod
View File

@ -1,4 +1,4 @@
module git.foosoft.net/alex/homemaker module foosoft.net/projects/homemaker
go 1.18 go 1.18