mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Fix installation page not compiling
This commit is contained in:
parent
face823604
commit
154355d5b4
1 changed files with 3 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
import { Callout } from 'nextra/components'
|
||||
|
||||
# Installation
|
||||
|
||||
|
@ -78,14 +79,12 @@ brew install lune --build-from-source
|
|||
### APT
|
||||
APT is a package manager for debian based distributions that uses dpkg to install packages.
|
||||
|
||||
Follow the instructions at the unnoficial [lune-packaging](https://github.com/CompeyDev/lune-packaging#apt) to install lune using APT.
|
||||
Follow the instructions at the unofficial [lune-packaging](https://github.com/CompeyDev/lune-packaging#apt) repository to install lune using APT.
|
||||
|
||||
<Callout type="warning" emoji="⚠️">
|
||||
The APT repo is entirely community maintained and is not endorsed by or affiliated with lune.
|
||||
The APT repository is entirely community maintained and is not endorsed by or affiliated with lune.
|
||||
</Callout>
|
||||
|
||||
|
||||
|
||||
### AppImage
|
||||
AppImages are platform independent sandboxed binaries that work out of the box. Go to the [GitHub Actions Page](https://github.com/CompeyDev/lune-packaging/actions/workflows/appimage.yaml), and download the artifact suitable for your architecture from the build artifacts.
|
||||
</details>
|
||||
|
@ -110,4 +109,3 @@ Congratulations! You've installed Lune and are now ready to write your first scr
|
|||
[Introduction](./2-introduction/1-hello-lune.md) section.
|
||||
- If you want to write Lune scripts specifically for Roblox, check out the
|
||||
[Roblox](../roblox/1-introduction.md) section.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue