# Linux

## Requirements

Stardrop requires the following software to be installed

* [Stardew Valley](https://www.stardewvalley.net/)
* [SMAPI (Stardew Modding API)](https://smapi.io/)

## Instructions

1. Download the latest release from [Nexus](https://www.nexusmods.com/stardewvalley/mods/10455?tab=files) or directly from the [GitHub repository](https://github.com/Floogen/Stardrop/releases/latest).
2. Extract the compressed zip file to your preferred location.
3. Double-click **Stardrop.sh**.
   * Click **Run** to start the application.
4. The path to `StardewModdingAPI` will need to be given in order to use Stardrop.&#x20;
   * This can be done by going to `View` > `Settings` and clicking the folder icon under SMAPI Path.

{% hint style="info" %}
Stardrop requires [SMAPI](https://smapi.io/) to be installed in order to function fully.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://floogen.gitbook.io/stardrop/getting-started/installing-stardrop/linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
