From e585bae26ca8852ec932f1d09f0515e3429f9173 Mon Sep 17 00:00:00 2001 From: Refaktor Labs Date: Wed, 2 Feb 2022 16:13:14 +0100 Subject: [PATCH 1/2] Update README.md fixed link to docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34071618..82f96ae1 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Run the REPL ## Docker image -The repository comes with [Docker image](./docker/Dockerfile) that is capable of building rye in its full, +The repository comes with [Docker image](./.docker/Dockerfile) that is capable of building rye in its full, the final step however then just wraps executable so that the image remains small and nimble. ```bash From 16507005e27f96534ff53684f5e8918a7e2789b5 Mon Sep 17 00:00:00 2001 From: Refaktor Labs Date: Wed, 2 Feb 2022 16:33:43 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82f96ae1..22b4cab5 100644 --- a/README.md +++ b/README.md @@ -182,10 +182,11 @@ Rye doesn't use go modules yet, but "go get" Go get the dependencies for tiny build - go get github.com/refaktor/go-peg # PEG parser (rye loader) + go get github.com/refaktor/go-peg # PEG parser (rye loader) go get github.com/refaktor/liner # library for REPL - go get golang.org/x/net/html # for html parsin - will probably remove for b_tiny - go get github.com/pkg/profile # for runtime profiling - will probably remove for b_tiny + go get golang.org/x/net/html # for html parsin - will probably remove for b_tiny + go get github.com/pkg/profile # for runtime profiling - will probably remove for b_tiny + go get github.com/pkg/term # Build the tiny version of Rye: