Skip to content

Commit

Permalink
Merge branch 'main' into validate_before_publishig
Browse files Browse the repository at this point in the history
  • Loading branch information
pld authored Jan 8, 2024
2 parents 530e31f + 2c94aee commit cb65498
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions efsity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ If you are using a linux environment e.g. bash you can choose to create an _alia

`alias fct='java -jar ~/Downloads/efsity-<version>.jar'`

To make sure that the alias persists on reload, add the alias to the `.bashrc` file in your `home` directory (you may not see it but you can check if it exists by running the below command). <br>
`vim .bashrc`

Add the alias shown above in the file then run `source .bashrc` to update the alias globally. Run `alias fct` to confirm that the alias was updated.

To run the previous help command you can then run `fct -h` in your terminal.

The rest of the documentation will assume you have configured an _alias_ for running the efsity jar with alias name `fct` as above.
Expand Down

0 comments on commit cb65498

Please sign in to comment.