Skip to content

Commit

Permalink
remove unecessary text
Browse files Browse the repository at this point in the history
  • Loading branch information
EItanya committed Dec 7, 2021
1 parent 6735aaa commit 09ebe1a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
<h4 align="center">A platform for automating unikernel & MicroVM compilation and deployment</h4>
<BR>



## Getting Started

The first step to get started is to install `bee` using one of the [installation](#Installation) techniques listed below.

`bee` is a tool which allows for easier development and running of `eBPF` programs. Specifically we allow users to run their `eBPF` probes without running any user space code. We accomplish this using a set of conventions, and a

Once `bee` has been installed we can go ahead an initialize our first `eBPF` probe! To do this let's head over to our [tutorial](docs/getting_started.md).

---

### Documentation
- **Installation**
- [Install Bee](#Installation)
Expand All @@ -27,6 +15,12 @@ Once `bee` has been installed we can go ahead an initialize our first `eBPF` pro

---

## Getting Started

The first step to get started is to install `bee` using one of the [installation](#Installation) techniques listed below.

Once `bee` has been installed we can go ahead an initialize our first `eBPF` probe! To do this let's head over to our [tutorial](docs/getting_started.md).

## Installation

### Using our install script
Expand Down

0 comments on commit 09ebe1a

Please sign in to comment.