Skip to content

Commit

Permalink
Merge pull request #3 from marcitqualab/runpipelines
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
marcitqualab committed Jun 9, 2024
2 parents 557a747 + db90f87 commit 8d78577
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/basecloj/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d78577

Please sign in to comment.