Compare commits

...

2 Commits

Author SHA1 Message Date
2c03f8292c Update README 2023-12-31 13:14:15 -08:00
f504a95a69 Update path 2023-12-30 20:21:25 -08:00
2 changed files with 1 additions and 12 deletions

View File

@ -12,7 +12,6 @@ configuring a new system for use.
## Table of Contents
* [Motivation](#motivation)
* [Installation](#installation)
* [Configuration](#configuration)
* [Environment Variables](#environment-variables)
* [Command Macros](#command-macros)
@ -63,16 +62,6 @@ 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
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 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 foosoft.net/projects/homemaker
module git.foosoft.net/alex/homemaker
go 1.18