Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 7, 2024
1 parent dc26b99 commit ea8c366
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn sign_message(message: String) -> Result<String, String> {

## Setup

There are three main ways to set up the project:
There are two main ways to set up and run the project:

### 1. Using a VS Code Dev Container

Expand All @@ -86,16 +86,7 @@ you can open the project in a container by clicking the button below:

[![Open locally in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/ic-alloy/ic-alloy-toolkit)

### 2. Using GitHub Codespaces

GitHub Codespaces is an online development environment that runs in your
browser. This repository includes a codespace configuration that you can use to
open the project in a codespace with all the necessary tools and dependencies
pre-installed.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/ic-alloy/ic-alloy-toolkit?quickstart=1)

### 3. Setup manually
### 2. Setup manually

Pre-requisites:

Expand Down

0 comments on commit ea8c366

Please sign in to comment.