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
12 changes: 11 additions & 1 deletion target/rivanna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down