Skip to content

Commit

Permalink
Add help
Browse files Browse the repository at this point in the history
  • Loading branch information
codervinod committed Jul 25, 2022
1 parent 860559a commit 37b4f0e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# demos
RapidFort demo repository

```sh

# download binary
curl -k -L -s https://tinyurl.com/rf-demo > rf-demo.tar.gz

# untar
tar xvzf rf-demo.tar.gz

# cd scripts
cd scripts

# run demo
./httpd.sh #relpace with any demo
```

0 comments on commit 37b4f0e

Please sign in to comment.