This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository eshell.
View the commit online.
commit 6d5167f0318d7f29927080378aa0af167fe0daf6
Author: swagtoy <m...@swag.toys>
AuthorDate: Sun Oct 13 13:41:49 2024 -0400
More readme
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 83d3e11..b9eecd1 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,16 @@ func my_power(x: double, sq = 2: int) {
- **Familiar...** - Offers a unique, yet familiar syntax. Python, Perl, Lua, and sh/bash/zsh refugees welcome!
- **Extendable...** - Add new things with plugins. Need autocompletion? Batteries
already included in the box. You just need to put those batteries in!
- - **Powerful...** - Create interative GUI elements and more, right in your shell!
+ - **Powerful...** - Easy metaprogramming, Python code blocks, interative GUI elements, and more... right in your shell!
- **And Fast...** - Say no more!
+And it's more than just a shell language, you can (securely!) bring it to the web too using
+ FastCGI, allowing you to maintain state!
+
+# Building
+
+Put CMAKE instructions here.
+
# License
See `LICENSE`. Using the BSD 2-Clause License.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.