Add command for upgrading Dactyl

This commit is contained in:
Elliot Lee
2020-05-18 11:05:07 -07:00
parent c25fbe9d98
commit 0169a2668b

View File

@@ -6,16 +6,20 @@ To build the site locally:
1. Install [**Dactyl**](https://github.com/ripple/dactyl):
sudo pip3 install dactyl
sudo pip3 install dactyl
2. Clone the repo:
2. Clone the repo and change into its directory:
git clone git@github.com:ripple/xrpl-dev-portal.git
git clone git@github.com:ripple/xrpl-dev-portal.git && cd xrpl-dev-portal
3. Build the site:
3. Build the site to the `out/` directory:
dactyl_build -t en
If you get an error, try upgrading Dactyl before building:
sudo pip3 install --upgrade dactyl
For more details, see the [contribution guidelines](CONTRIBUTING.md).
## Domain Verification Checker