mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 06:23:06 +00:00
Update references to make exec (#384)
Signed-off-by: Yaroslav Kukharuk <i.kukharuk@gmail.com>
This commit is contained in:
parent
4ffe7b8e06
commit
97989682f8
@ -129,10 +129,10 @@ $ make V=1 update
|
|||||||
|
|
||||||
In Bash run
|
In Bash run
|
||||||
```text
|
```text
|
||||||
$ make exec
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
The `exec` target creates the `build/codex` executable.
|
The default `make` target creates the `build/codex` executable.
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ For detailed instructions on preparing to build nim-codex see [*Building Codex*]
|
|||||||
To build the project, clone it and run:
|
To build the project, clone it and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make update && make exec
|
make update && make
|
||||||
```
|
```
|
||||||
|
|
||||||
The executable will be placed under the `build` directory under the project root.
|
The executable will be placed under the `build` directory under the project root.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user