Skip to content

Commit

Permalink
Merge pull request #11 from theam/rename_kotlin_to_java
Browse files Browse the repository at this point in the history
rename kotlin references to java
  • Loading branch information
juanjoman committed Aug 17, 2023
2 parents 906afe0 + 018f74b commit b4185cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
13 changes: 4 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,16 @@ individual(s).

## Setting Up a Development Environment

Here's how you can prep you development environment for contributing to this gradle project written in Kotlin.
Here's how you can prep your development environment for contributing to this Gradle project written in Java.

### Prerequisites

1. Ensure you have Java Development Kit (JDK) installed on your local machine. This is needed to run the Kotlin
1. Ensure you have Java Development Kit (JDK) installed on your local machine. This is needed to run the Java
compiler. You can download the JDK from
the [official Oracle website](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) or install
it with a package manager of your choice.

2. Install Kotlin command line compiler. Refer to
Kotlin's [official guide](https://kotlinlang.org/docs/command-line.html) for installation instructions on your
Operating System.

3. Have Gradle installed. You can find the necessary instructions to install Gradle from
their [official installation guide](https://gradle.org/install/).
2. Install Gradle on your machine. The detailed process of installation on different platforms can be found at the [official installation guide](https://gradle.org/install/).

### Getting the Source Code

Expand Down Expand Up @@ -126,7 +121,7 @@ Enhancement suggestions are tracked as GitHub issues. Make sure you provide the
## Improving documentation

[eLLMental documentation](https://kotlin.ellmental.com) is treated as a live document that continues improving on a
The [eLLMental documentation](https://docs.ellmental.com) is treated as a live document that continues improving on a
daily basis. If you find something that is missing or can be improved, please contribute, it will be of great help for
other developers.
To contribute you can use the button "Edit in GitHub" at the top of each chapter.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

eLLMental is the ultimate library of components for building LLM-driven projects in the JVM.

[//]: # (TODO: Fix this link!)
Wanna try? Go straight to the [Getting Started Guide](/docs/02_getting_started.md), or keep reading to know more about eLLMental.
Wanna try? Go straight to the [Getting Started Guide](https://docs.ellmental.com/getting-started), or keep reading to know more about eLLMental.

## What can you do with eLLMental?

Expand Down

0 comments on commit b4185cb

Please sign in to comment.