diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-10 15:14:16 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-10 15:14:16 -0700 |
commit | aaaaaa7a52f9132cbda2f466bcbeb622efd55481 (patch) | |
tree | 3d03c8eb4b692d4d70b7fc03cb3d6263f3d4a036 | |
parent | 853fd41c060ac3b96ff901369e8e8ae5780a5e2e (diff) | |
download | locchat-aaaaaa7a52f9132cbda2f466bcbeb622efd55481.tar.gz locchat-aaaaaa7a52f9132cbda2f466bcbeb622efd55481.zip |
remove headers
-rw-r--r-- | ASDFVM_SETUP.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ASDFVM_SETUP.md b/ASDFVM_SETUP.md index e8ba5f8..48b55e7 100644 --- a/ASDFVM_SETUP.md +++ b/ASDFVM_SETUP.md @@ -1,10 +1,10 @@ # ASDFVM Setup
-1. Run
+1. Run
```bash
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1
```
-2. Run
+2. Run
```bash
$ code ~/.bashrc
```
@@ -35,7 +35,7 @@ $ brew install gcc readline zlib curl ossp-uuid Ubuntu
```
-$ sudo apt-get install linux-headers-$(uname -r) build-essential libssl-dev libreadline-dev zlib1g-dev libcurl4-openssl-dev uuid-dev
+$ sudo apt-get install build-essential libssl-dev libreadline-dev zlib1g-dev libcurl4-openssl-dev uuid-dev
```
2. Install the plugin
|