diff --git a/src/basecloj/README.md b/src/basecloj/README.md index 77cf0ea..8017498 100644 --- a/src/basecloj/README.md +++ b/src/basecloj/README.md @@ -14,26 +14,6 @@ It sets up a minimal dev container environment with green fields minimal tools f # Quickstart -## Without devcontainer cli - -0. Clone the repo/src/basecloj folder into a new folder and open it with VSCode. - -```bash - git clone --depth 1 https://github.com/scicloj/devcontainer-templates.git devContClojureTemplates - #or download the tag zip file of the repo from https://github.com/scicloj/devcontainer-templates/tags - - cp -r devContClojureTemplates/src/basecloj/ myprojectname - code myprojectname - # Choose the option "Reopen in container" when prompted. - - # Optionally - rm -rf devContClojureTemplates -``` -> Note change "myprojectname" with the correct project name. - - -## With devcontainer cli - 0. Install [devcontainer cli](https://github.com/devcontainers/cli) 1. Run `devcontainer templates apply -t ghcr.io/scicloj/devcontainer-templates/basecloj` to create a devcontainer setup with default settings in your current directoty