remove headers

This commit is contained in:
Joseph Ditton 2022-01-10 15:14:16 -07:00
parent 853fd41c06
commit aaaaaa7a52

View File

@ -1,10 +1,10 @@
# ASDFVM Setup # ASDFVM Setup
1. Run 1. Run
```bash ```bash
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1 $ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1
``` ```
2. Run 2. Run
```bash ```bash
$ code ~/.bashrc $ code ~/.bashrc
``` ```
@ -35,7 +35,7 @@ $ brew install gcc readline zlib curl ossp-uuid
Ubuntu 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 2. Install the plugin