Skip to content

Commit

Permalink
S. Riette 25 Apr 2024: small BF
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Apr 25, 2024
1 parent f759360 commit 87b1f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Prerequisites:
Quick Start Guide:
- open a terminal on a system satisfying the prerequisites and enter the following commands
- if you don't have a github ssh key or don't know what it is:
> git clone https://github.com/UMR-CNRM/PHYEX.git
> ./PHYEX/tools/INSTALL.sh --ALL --test
> git clone https://github.com/UMR-CNRM/PHYEX.git
> ./PHYEX/tools/INSTALL.sh --ALL --test
- if you have a github ssh key:
> git clone [email protected]:UMR-CNRM/PHYEX.git
> ./PHYEX/tools/INSTALL.sh --ALL --test --ssh
Expand Down
1 change: 1 addition & 0 deletions build/with_fcm/make_fcm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ EOF
function check_install_fcm() {
if [ ! -f fcm/bin/fcm ]; then
echo "Performing FCM installation..."
[ ! -d fcm ] && mkdir fcm
cd fcm
rm -f .gitkeep
if [ $ssh -eq 1 ]; then
Expand Down

0 comments on commit 87b1f6e

Please sign in to comment.