Browse Source

Add info about external dependencies

Thanks to #simonmorley

Issue:
https://github.comHoudini/two_factor_authentication#5
for_activeadmin
Dmitrii Golub 12 years ago
parent
commit
fabbb3942a
  1. 9
      README.md

9
README.md

@ -79,3 +79,12 @@ Your send sms logic should be in this method in your User model:
```
This example just puts the code in the logs.
### External dependencies
Randexp requires words files (Check if it is installed in /usr/share/dict/words or /usr/dict/words),
you might need install it:
```bash
apt-get install wbritish # or whichever you require
```

Loading…
Cancel
Save