Skip to content

Commit

Permalink
README: Installation: check if the guix command is present
Browse files Browse the repository at this point in the history
Assuming the $dotf exists
  • Loading branch information
BostX committed Oct 25, 2023
1 parent 23d2efa commit f102233
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
search-notes
============
Installation:
```shell
```bash
# Fix the 'loading code: version mismatch' error
rm -rf ./compiled/ ./scribblings/compiled/
raco pkg install --auto ansi-color
mkdir ~/bin
raco exe -o ~/bin/search-notes main.rkt
command -v guix && destDir=$dotf/bin || destDir=~/bin
[ ! -d $destDir ] && mkdir $destDir
raco exe -o $destDir/search-notes main.rkt
# gxhre --cores=24
```

See main.rkt -> command-line -> #:usage-help
Expand Down

0 comments on commit f102233

Please sign in to comment.