Skip to content

Commit c45c4d7

Browse files
README.md: update quick start with description of a Makefile (brisbanesocialchess#428)
* README.md: update quick start with description of a `Makefile` * Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 55e781b commit c45c4d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Experiment with Lerna and bootup a local developer playground from the repositor
8585

8686
[Docker](https://www.docker.com/) is an open-source platform designed to simplify the process of building, deploying, and running applications using containerization. It packages an application and all its dependencies (libraries, system tools, code, runtime) into a standardized unit called a "container."
8787

88+
[Makefile](https://en.wikipedia.org/wiki/Makefile) is a text file that contains a set of instructions used by the [make](https://en.wikipedia.org/wiki/Make_(software)) utility to automate the process of building and managing software projects. It defines dependencies between files and specifies the commands required to update outdated files or generate new ones.
89+
8890
### Cloudflare Workers Development
8991

9092
To work with the Cloudflare Workers site in the `packages/cfsite` directory:

0 commit comments

Comments
 (0)