Skip to content

Commit

Permalink
add x86-64. it is common to use arm64 these days.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Aug 13, 2024
1 parent f501f98 commit 0eba464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lisp run -L sbcl
lisp run -L sbcl -Q

# launch windows sbcl using wine.(quit immediately because --repl is not specified)
lisp run -L sbcl --version 2.3.11 --os windows --wrap wine --eval "(print *features*)"
lisp run -L sbcl --version 2.3.11 --os windows --arch x86-64 --wrap wine --eval "(print *features*)"

# launch sbcl and print message and launch repl after eval.
lisp run -L sbcl --eval '(print "hello world")' --repl

0 comments on commit 0eba464

Please sign in to comment.