Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
update quick_start.md (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
taozha2 committed Jun 29, 2023
1 parent 4b27579 commit c958850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ source tools/scripts/env.sh
```bash
$ cd ${XETLA_REPO}
$ mkdir build && cd build
$ cmake ..
$ cmake .. # release version default, and 'cmake .. -DDEBUG=on' for debug version
$ make -j
```

Expand Down

0 comments on commit c958850

Please sign in to comment.