Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1 from scc365/mavi0-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mavi0 authored Jan 8, 2025
2 parents 580c2a7 + e1a1cb8 commit 27e80ef
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# SCC365 Devcontainer
# Deprecated; Please use the following `.devcontainer.json` spec:

Dev environment using devcontainers for SCC365 coursework projects.
```json
{
"name": "scc_365/ken",
"image": "scc-registry.lancs.ac.uk/teaching/scc_365/ken:24"
}
```






-----

## ~~SCC365 Devcontainer~~

~~Dev environment using devcontainers for SCC365 coursework projects.~~

## Install
## ~~Install~~

In the root of your working repository run:
~~In the root of your working repository run:~~

```bash
curl -fsSL https://raw.githubusercontent.com/scc365/devcontainer/refs/heads/main/devcontainer.json -o .devcontainer.json
```

## Configuration
## ~~Configuration~~

In the `.devcontainer.json` file you can modify the dev environment to suit your needs.
~~In the `.devcontainer.json` file you can modify the dev environment to suit your needs.~~

0 comments on commit 27e80ef

Please sign in to comment.