Skip to content

Commit

Permalink
Improve monsoon setup instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Coles committed Oct 2, 2024
1 parent 80090a2 commit f82701a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/scripts/setup-epymorph-monsoon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
# You will use that to authenticate when the script prompts you -- use your GitHub username
# as the username and the PAT itself as your password.
#
# New PATs may require NAU-CCL admin approval before they are active.
#
# === Why the two job files? (job.sh and example-job.py) ===
#
# The job.sh file configures Slurm job settings and executes Python with a proper environment.
Expand Down Expand Up @@ -72,7 +74,8 @@ if [ ! -d "epymorph" ]; then
echo ""
echo "You will first need to set up a PAT with read-access to the repo contents & metadata."
echo " https://github.com/settings/tokens?type=beta"
echo "Provide your user name and PAT when prompted..."
echo " (You may need admin approval before the token is active.)"
echo "Provide your user name and use the PAT as your password when prompted..."
echo ""

git clone https://github.com/NAU-CCL/Epymorph.git epymorph
Expand Down

0 comments on commit f82701a

Please sign in to comment.