Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode",
"remoteEnv": {
"PATH": "${containerEnv:PATH}:/workspace/dojo/target/release:/home/vscode/.dojo/bin"
"PATH": "${containerEnv:PATH}:/workspace/dojo/target/release"
}
}
2 changes: 1 addition & 1 deletion bin/sozo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `dojoup`
# `sozo`

```sh
curl -L https://install.dojoengine.org | bash
Expand Down
25 changes: 0 additions & 25 deletions dojoup/Dockerfile

This file was deleted.

22 changes: 8 additions & 14 deletions dojoup/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# `dojoup`
# Dojo Toolchain Installer

Install the Dojo toolchain using [asdf](https://asdf-vm.com):

```sh
curl -L https://install.dojoengine.org | bash
```

For more details, you can then issue the following command:
This installs the following tools via asdf plugins:

```sh
dojoup --help
```
- [sozo](https://github.com/dojoengine/asdf-sozo)
- [katana](https://github.com/dojoengine/asdf-katana)
- [torii](https://github.com/dojoengine/asdf-torii)
- [saya](https://github.com/dojoengine/asdf-saya)

[Documentation](https://book.dojoengine.org/getting-started#getting-started)

## Working with Dojoup

To test dojoup, there are two options:

1. Use the `dojoup/Dockerfile` to build a Docker image and run the post-install check.
2. Use the workflow `dojoup.yml` to run the post-install check on a runner.

Currently, dojoup are bash programs being downloaded and executed. Probably in a near future, only the install script will be downloaded and the dojoup logic will be inside a rust binary.
Loading
Loading