diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx index 000434d..1bdb736 100644 --- a/pages/getting-started/1-installation.mdx +++ b/pages/getting-started/1-installation.mdx @@ -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. - 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. - - ### 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. @@ -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. -