# emplace
Command-line tool to mirror installed software on multiple machines.
[](https://actions-badge.atrox.dev/tversteeg/emplace/goto)
[](https://ci.appveyor.com/project/tversteeg/emplace)
[](#downloads)
[](https://crates.io/crates/emplace)

## Installation
### Getting Started
1. Install the *emplace* binary:
#### Rust
```sh
cargo install emplace
```
2. Add the init script to your shell's config file:
#### Bash
Add the following to the end of `~/.bashrc`:
```sh
eval "$(emplace init bash)"
```
[](https://starchart.cc/tversteeg/emplace)