Skip to content

Commit

Permalink
Adjust documentation for revamped @define #145: move AWK sub-sectio…
Browse files Browse the repository at this point in the history
…n into the Developer notes
  • Loading branch information
xonixx committed Oct 1, 2023
1 parent b34a369 commit 1e93478
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ Updates `makesure` executable to latest available version in-place:
- MacOS
- Windows (via Git Bash)

#### AWK

The core of this tool is implemented in [AWK](https://en.wikipedia.org/wiki/AWK).
Almost all major implementations of AWK will work. Tested and officially supported are [Gawk](https://www.gnu.org/software/gawk/), [BWK](https://github.com/onetrueawk/awk), [mawk](https://invisible-island.net/mawk/). This means that the default AWK implementation in your OS will work.

Developed in [xonixx/intellij-awk](https://github.com/xonixx/intellij-awk).

## Concepts

- Build file is a text file named `Makesurefile`.
Expand Down Expand Up @@ -659,6 +652,13 @@ echo 'Please reopen the shell to activate completion.'

Find some contributor instructions in [DEVELOPER.md](docs/DEVELOPER.md).

#### AWK

The core of this tool is implemented in [AWK](https://en.wikipedia.org/wiki/AWK).
Almost all major implementations of AWK will work. Tested and officially supported are [Gawk](https://www.gnu.org/software/gawk/), [BWK](https://github.com/onetrueawk/awk), [mawk](https://invisible-island.net/mawk/). This means that the default AWK implementation in your OS will work.

Developed in [xonixx/intellij-awk](https://github.com/xonixx/intellij-awk).

## Similar tools

- **just** https://github.com/casey/just `Rust`
Expand Down

0 comments on commit 1e93478

Please sign in to comment.