From fc1e0775968c80fefcde577a0642922586e9927e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 2 Oct 2019 15:36:51 +0200 Subject: [PATCH] Update README.md, add lib/README.md --- README.md | 6 +++--- lib/README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 lib/README.md diff --git a/README.md b/README.md index bc04a8d..7b69f38 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![github actions badge](https://github.com/cachix/nix-action/workflows/nix-action%20test/badge.svg) -Installs [Nix](https://nixos.org/nix/) in platform agnostic way (supports: Linux/macOS). +Installs [Nix](https://nixos.org/nix/) on GitHub Actions for the supported platforms: Linux and macOS. ## Usage @@ -29,7 +29,7 @@ simple binary cache setup. ## Hacking -Install the dependencies +Install the dependencies ```bash $ yarn install ``` @@ -39,7 +39,7 @@ Build the typescript $ yarn build ``` -Run the tests :heavy_check_mark: +Run the tests :heavy_check_mark: ```bash $ yarn test ``` diff --git a/lib/README.md b/lib/README.md new file mode 100644 index 0000000..f6fb451 --- /dev/null +++ b/lib/README.md @@ -0,0 +1,5 @@ + +# Generated Code + +The files in this directory are generated. +See [src](../src)