Skip to content

Commit

Permalink
Update guide for devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdt committed Feb 24, 2024
1 parent db67fdd commit 356bf03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ To use Shikikit DevContainers, follow these steps:
1. Prerequisites:
* [Docker](https://docs.docker.com/get-docker/)
* [Visual Studio Code](https://code.visualstudio.com/)
1. Clone the TaskHub Repository:
1. Clone the Shikikit Repository:
```shell
git clone https://github.com/iwdt/shikikit.git
```
1. Open the Project in Visual Studio Code:
* Open Visual Studio Code.
* Navigate to File > Open Folder and select the TaskHub project folder.
* Navigate to File > Open Folder and select the Shikikit project folder.
1. Install the [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers):
* In Visual Studio Code, go to the Extensions view by clicking the Extensions icon in the sidebar.
* Search for "Dev Containers" and install the extension provided by Microsoft.
Expand All @@ -33,7 +33,7 @@ To use Shikikit DevContainers, follow these steps:
* You are now inside a DevContainer with all the necessary tools and dependencies pre-installed.
* You can edit code, run tasks, and work on the project just like you would in a local development environment.

That's it! You're now set up to work with TaskHub using DevContainers, ensuring a consistent development environment across your team. Happy coding!
That's it! You're now set up to work with Shikikit using DevContainers, ensuring a consistent development environment across your team. Happy coding!

## Additional Links

Expand Down

0 comments on commit 356bf03

Please sign in to comment.