Update Importing CSV Files authored by Devin's avatar Devin
...@@ -17,7 +17,7 @@ So, these CSV files reflect the FRPG database exactly. They contain a set of de ...@@ -17,7 +17,7 @@ So, these CSV files reflect the FRPG database exactly. They contain a set of de
# Prepare for Import # Prepare for Import
Importing the files is a somewhat tedious process. hopefully, this guide will make that as simple as possible. To start, Importing the files is a somewhat tedious process. hopefully, this guide will make that as simple as possible. To start,
- Open an SSH tunnel into the FRPG server. There is a guide on how to do that here. TODOtodo - Open an SSH tunnel into the FRPG server. There is a guide on how to do that [here.](Connecting With SSH)
Then, navigate into the `assets` directory, where the CSV files are located: Then, navigate into the `assets` directory, where the CSV files are located:
- `cd FreshmanRPGSuite` - `cd FreshmanRPGSuite`
... ...
......