diff --git a/target/rivanna/README.md b/target/rivanna/README.md index 2a4cfe5e7..8af8c51ef 100644 --- a/target/rivanna/README.md +++ b/target/rivanna/README.md @@ -12,7 +12,17 @@ git clone https://github.com/cylondata/cylon.git ```` -## Decveloping with Cylon +## Developing with Cylon + +### Creating a working directory on Rivanna + +First, we create a user directory in Rivanna's file system that is backed up so that we do not lose data/programs: + +```bash +cd /project/$USER +``` + +Now, continue to follow the documentation on installing Cylon, specified next. ### Clone Cylon