README: include non-headless openjdk-17-jdk in run instructions

This commit is contained in:
Mario Pareja 2022-12-17 10:23:17 -05:00 committed by GitHub
parent 71a20a78e2
commit 7f8f8fd416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ write tests for the code you write, and follow the conventions I've started here
Sample commands for Debian:
```
sudo apt install clojure leiningen
sudo apt install clojure leiningen openjdk-17-jdk
git clone https://github.com/unclebob/more-speech
cd more-speech