Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 14, 2024
1 parent 041c561 commit 9a865df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project is a part of Uzinfocom RnD team (a.k.a ex Uzinfocom Open Source) pr

## Building

The project is written on Rust and uses Nix for development. To build the project, you need to have Nix installed on your system. You can instantly start building project by executing the following command:
The project is written on Rust and uses Nix for development & building. To build the project, you need to have Nix installed on your system or use NixOS Linux distribution. You can instantly start building project by executing the following command:

```shell
nix build .
Expand All @@ -39,7 +39,7 @@ This command will generate a `result` symlink in the project directory. You can
# Using flake shell
nix develop -c $SHELL

# Using traditional direct shell.nix
# Using traditional shell.nix
nix-shell
```

Expand All @@ -49,7 +49,7 @@ Afterwards, you need to call build command which can be done by running the foll
# With debug
just build

# Release mode
# Optimized release
just build-release
```

Expand Down

0 comments on commit 9a865df

Please sign in to comment.