Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed May 24, 2024
1 parent b3f90fc commit 75a73bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Confer
# Confer [![Made with Haskell](https://img.shields.io/badge/Made%20in-Haskell-%235e5086?logo=haskell&style=flat-square)](https://haskell.org)

> The dotfiles manager
## 📖 Documentation
Read the [Manual](./doc/MANUAL.md) for documentation.

## 📦 Install

No binaries are currently available. See the Build instructions

## 🔧 Build

*Confer* is made in Haskell. To build it from source, use [ghcup](https://www.haskell.org/ghcup/) to install the following toolchains:
* `cabal` 3.10
* `ghc` 9.10.1
2 changes: 1 addition & 1 deletion doc/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ local server = confer.deploy({

return {
laptop,
server
server;
}
```

Expand Down

0 comments on commit 75a73bc

Please sign in to comment.