Skip to content

Commit

Permalink
Add build from source instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
visortelle committed Apr 26, 2024
1 parent 5dfcc27 commit 8adc654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TODO
### Build from source

- Clone the repository `git clone git@github.com:tealtools/puls.git && cd ./puls`
- [Install Rust](https://www.rust-lang.org/tools/install)
- [Install Rust](https://www.rust-lang.org/tools/install) or alternatively [install Nix](https://nixos.org/download/) and run `make dev` at the repository root to enter dev shell with all pre-installed tools.
- Rust `cargo install --path .`
- Check the installation `puls --version`

Expand All @@ -36,7 +36,7 @@ puls start

## Requirements

- Installed [Docker Compose](https://docs.docker.com/compose/)
- Installed [Docker](https://docs.docker.com/engine/install/) >= 2.24.0
- Enough computing resources. For Docker Desktop, you can adjust available resources by following these [instructions](https://docs.docker.com/desktop/settings/mac/#resources).

You can take the following numbers as a basis:
Expand Down

0 comments on commit 8adc654

Please sign in to comment.