Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ FITeagle | Future Internet Testbed Experimentation and Management Framework

Bootstrap (install & run)
-------------------------
bash -c "$(curl -fsSkL fiteagle.org/bootstrap)"
```
curl https://raw.githubusercontent.com/tubav/fiteagle/master/src/main/bin/bootstrap.sh | bash
```

Test
----
```
./src/main/bin/fiteaglectl test
```

Start
-----
```
./src/main/bin/fiteaglectl start
```

Further Information
-------------------
Expand Down