From ab3825e2b8f14c068005612a63b42ded6d671d20 Mon Sep 17 00:00:00 2001 From: Greg Oledzki <762437+mccartney@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:14:19 +0100 Subject: [PATCH] Remove mention of `gen-jni-library` (#56) Fixes #55 --- contributing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contributing.md b/contributing.md index 56436db..33ba6c4 100644 --- a/contributing.md +++ b/contributing.md @@ -7,7 +7,6 @@ - [install bleep](https://bleep.build/docs/installing/) - (if you use bash, run `bleep install-tab-completions-bash` and start a new shell to get tab completions) - `git submodule init && git submodule update` -- `bleep gen-jni-library` to generate JNI bindings for `crossterm` (needed to run) - `bleep setup-ide jvm213` to enable IDE import (metals or intellij) - open in your IDE - `bleep run demo@jvm213 ` to run demos