summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index b9bdb4561..03864cbf3 100644
--- a/README.md
+++ b/README.md
@@ -14,19 +14,13 @@ customization for your server platform.
## Setting up your OpenBMC project
-### 1) Prerequisite ###
+### 1) Prerequisite
- Debian 9
```
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
```
-- Fedora 28
-
-```
-sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake rpcgen
-sudo dnf groupinstall "C Development Tools and Libraries"
-```
### 2) Download the source
```
git clone git@github.com:openbmc/openbmc.git
OpenPOWER on IntegriCloud