Skip to content

Commit

Permalink
Merge branch 'main' into dc-contract-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc authored Jan 9, 2024
2 parents d48ede5 + 47b86cf commit 1fdcda3
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions main/guides/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ Currently Agoric supports macOS and Linux (including [Windows Subsystem for Linu
## Installing Prerequisites
In this section you'll be installing prerequisite components into your environment. If you're working with your own environment rather than using a fresh Ubuntu install, you may already have some or all of these components already installed.

### Installing Curl Utility on Ubuntu
<details>
<summary>Installing Curl Utility on Ubuntu</summary>

If you already have the `curl` utility installed, you can skip this section. Users running a freshly installed Linux environment will most likely need to run these steps to install `curl`.

If using Ubuntu you'll first need to run the command below to prevent an error when installing `curl`.

```sh
sudo apt-get update --fix-missing
```

Install the `curl` utility.

```sh
sudo apt install curl
```

</details>


### Installing NVM and Node
<details>
<summary>Installing NVM and Node on Ubuntu</summary>
Expand All @@ -48,6 +27,10 @@ At this point the Node Version Manager (NVM) utility will be installed. `nvm` ma
```sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
```
or
```sh
wget -O- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
```

Next, run the command:

Expand Down

0 comments on commit 1fdcda3

Please sign in to comment.