diff --git a/index.xml b/index.xml index 3b0e322..10ae09f 100644 --- a/index.xml +++ b/index.xml @@ -1,9 +1,7 @@ Hilbishhttps://rosettea.github.io/Hilbish/Recent content on HilbishHugo -- gohugo.ioen-usFrequently Asked Questionshttps://rosettea.github.io/Hilbish/docs/faq/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/docs/faq/Is Hilbish POSIX compliant? No, it is not. POSIX compliance is a non-goal. Perhaps in the future, someone would be able to write a native plugin to support shell scripting (which would be against it’s main goal, but ….) Windows Support? It compiles for Windows (CI ensures it does), but otherwise it is not directly supported. If you’d like to improve this situation, checkout the discussion . Where is the API documentation?Getting Startedhttps://rosettea.github.io/Hilbish/docs/getting-started/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/docs/getting-started/To start Hilbish, open a terminal. If Hilbish has been installed and is not the default shell, you can simply run hilbish to start it. This will launch a normal interactive session. To exit, you can either run the exit command or hit Ctrl+D. -Setting as Default Login shell There are a few ways to make Hilbish your default shell. A simple way is to make it your user/login shell.Installhttps://rosettea.github.io/Hilbish/install/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/install/Github Prebuilt Binaries The easiest and best way to get Hilbish is directly from Github. -For official stable releases, check out the latest Github release. Linux Repositories Hilbish is packaged in a few repositories for some distros. -Arch Linux (AUR) Hilbish is on the AUR. Setup an AUR helper, and install. Example with yay: -yay -S hilbish Or, from master branch: -yay -S hilbish-git Alpine Linux Hilbish is currentlty in the testing/edge repository for Alpine.Runner Modehttps://rosettea.github.io/Hilbish/docs/features/runner-mode/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/docs/features/runner-mode/Hilbish is unique, when interactive it first attempts to run input as Lua and then tries shell script. But if you’re normal, you wouldn’t really be using Hilbish anyway but you’d also not want this (or maybe want Lua only in some cases.) +Setting as Default Login shell There are a few ways to make Hilbish your default shell. A simple way is to make it your user/login shell.Installhttps://rosettea.github.io/Hilbish/install/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/install/Official Binaries The best way to get Hilbish is to get a build directly from GitHub. At any time, there are 2 versions of Hilbish recommended for download: the latest stable release, and development builds from the master branch. +You can download both at any time, but note that the development builds may have breaking changes. +For the latest stable release, check here: https://github.com/Rosettea/Hilbish/releases/latest For a development build: https://nightly.link/Rosettea/Hilbish/workflows/build/master Package Repositories Arch Linux (AUR) Hilbish is on the AUR.Runner Modehttps://rosettea.github.io/Hilbish/docs/features/runner-mode/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/docs/features/runner-mode/Hilbish is unique, when interactive it first attempts to run input as Lua and then tries shell script. But if you’re normal, you wouldn’t really be using Hilbish anyway but you’d also not want this (or maybe want Lua only in some cases.) The “runner mode” of Hilbish is customizable via hilbish.runnerMode, which determines how Hilbish will run user input. By default, this is set to hybrid which is the previously mentioned behaviour of running Lua first then going to shell script. \ No newline at end of file diff --git a/install/index.html b/install/index.html index ee6de6b..e4b48dd 100644 --- a/install/index.html +++ b/install/index.html @@ -2,10 +2,13 @@

Github Prebuilt Binaries

The easiest and best way to get Hilbish is directly from Github.
For official stable releases, check out the latest Github release.

Linux Repositories

Hilbish is packaged in a few repositories for some distros.

Arch Linux (AUR)

Hilbish is on the AUR. Setup an AUR helper, and install. +

Official Binaries

The best way to get Hilbish is to get a build directly from GitHub. +At any time, there are 2 versions of Hilbish recommended for download: +the latest stable release, and development builds from the master branch.

You can download both at any time, but note that the development builds may +have breaking changes.

For the latest stable release, check here: https://github.com/Rosettea/Hilbish/releases/latest
For a development build: https://nightly.link/Rosettea/Hilbish/workflows/build/master

Package Repositories

Arch Linux (AUR)

Hilbish is on the AUR. Setup an AUR helper, and install. Example with yay:

yay -S hilbish
 

Or, from master branch:

yay -S hilbish-git
-

Alpine Linux

Hilbish is currentlty in the testing/edge repository for Alpine. +

Alpine Linux

Hilbish is currentlty in the testing/edge repository for Alpine. Follow the steps here -(Using testing repositories) and install:

apk install hilbish
+(Using testing repositories) and install:

apk add hilbish
 
\ No newline at end of file