]> Trent Huber's Code - thus.git/commitdiff
Add intro to INSTALL.md, fix typos
authorTrent Huber <trentmhuber@gmail.com>
Tue, 28 Oct 2025 03:47:57 +0000 (23:47 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Tue, 28 Oct 2025 03:47:57 +0000 (23:47 -0400)
INSTALL.md

index 575600d87da184afdf2ac7e623cd11e7d04d0f19..f95b06fef9d6eceea9c1b075b37246fd7afff5e6 100644 (file)
@@ -1,8 +1,10 @@
 # Installing thus
 
+While running a quick `chsh` might be sufficient for proper shells, installing thus as a user's default shell without any unwanted behavior resulting is a bit more involved.
+
 ## thus is not a POSIX compliant shell
 
-thus uses a distinctly different syntax than other POSIX compliant shells. While fine for an end user to learn, some programs rely on POSIX compilant shells to run internal commands or scripts. Therefore, **it is not recommended that thus be set to the user's default shell**. Instead, thus should be automatically run by a separate POSIX compilant shell which in turn is set as the user's default shell. This allows utilities to function as before while presenting thus as the default shell in an interactive session.
+thus uses a distinctly different syntax than other POSIX compliant shells. This is fine for an end user to learn, but some programs rely on POSIX compliant shells to run internal commands or scripts. Therefore, **it is not recommended that thus be set to the user's default shell**. Instead, thus should be automatically run by a separate POSIX compliant shell which in turn is set as the user's default shell. This allows utilities to function as before while presenting thus as the default shell in an interactive session.
 
 ## Example configuration