Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyx committed Mar 30, 2023
1 parent b72df52 commit 60af82f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Shsub
shsub
=====

*Shsub* is a template engine of the shell language,
`shsub` is a template engine of the shell language,
implemented in C and Shell.

The following file `lsnotes.html.st` is a simple shell template:
Expand Down Expand Up @@ -53,9 +53,9 @@ execute the following commands in the source tree:
make test
sudo make install

Shsub is installed to `/usr/local` by default.
`shsub` is installed to `/usr/local` by default.

Building Shsub requires:
Building `shsub` requires:

- `cc`(1): any C compiler which is compatible with `clang` or `gcc`

Expand Down

0 comments on commit 60af82f

Please sign in to comment.