Skip to content

Commit

Permalink
Merge branch 'main' of github.com:refaktor/nekozito into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jankom committed Feb 2, 2022
2 parents f3190aa + 1650700 commit 5ae253f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -201,7 +202,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
Expand Down

0 comments on commit 5ae253f

Please sign in to comment.