diff --git a/README.md b/README.md index 37ac480..9463fd9 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# fakecas +# Fake CAS + +Download the binary from [here](https://github.com/CenterForOpenScience/fakecas/releases/download/0.1.0/fakecas) + +```bash +cd ~/Downloads # cd to where you downloaded the file to +chmod +x fakecas # Make the server executable +./fakecas # Run the server +```