Skip to content

Commit

Permalink
Adjust for feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Oct 27, 2024
1 parent 213afce commit dbc0ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Other installation locations are also possible, but please keep the original lay

## From Godot's Asset Library

_Godot-Python is in early development and is not yet available on the Godot Asset Library._
_godot-python is in early development and is not yet available on the Godot Asset Library._

## From GitHub releases

_Godot-Python is in early development and does not yet have an official release._
_godot-python is in early development and does not yet have an official release._

[//]: # (Visit the project's [releases page](https://github.com/maiself/godot-python-extension/releases) and download the archive for the version of the extension you need. Then extract the archive into the `addons/godot-python-extension` directory within your project.)

## From nightly builds (GitHub Actions)

You can download nightly builds from [`GitHub Actions`](https://github.com/maiself/godot-python-extension/actions). Keep in mind nightly builds may be unstable and are not recommended for production setups.
You can download nightly builds from [GitHub Actions](https://github.com/maiself/godot-python-extension/actions). Keep in mind nightly builds may be unstable and are not recommended for production setups. Right now, they are also not packaged like regular release builds, and may not be usable out of the box.

## As a git submodule

Expand All @@ -44,7 +44,7 @@ To update the extension to a newer version run the submodule update command agai
It is possible to create a submodule using a shallow checkout of [`prebuilt-releases`](https://github.com/maiself/godot-python-extension/tree/prebuilt-releases) that contains only binaries from the version actually needed, rather than all versions in the branch history.

```{caution}
This method is more advanced than the others, and may not provide much benefit over a simple submodule as described in the [previous section](#as-a-submodule). A thorough understanding of Git's workings is strongly recommended if considering this method.
This method is more advanced than the others, and may not provide much benefit over a simple submodule as described in the [previous section](#as-a-git-submodule). A thorough understanding of Git's workings is strongly recommended if considering this method.
```

To initialize a shallow checkout of the [`prebuilt-releases`](https://github.com/maiself/godot-python-extension/tree/prebuilt-releases) branch as a submodule in `addons/godot-python-extension`:
Expand Down

0 comments on commit dbc0ac5

Please sign in to comment.