mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Add command for upgrading Dactyl
This commit is contained in:
10
README.md
10
README.md
@@ -8,14 +8,18 @@ To build the site locally:
|
|||||||
|
|
||||||
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
|
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).
|
For more details, see the [contribution guidelines](CONTRIBUTING.md).
|
||||||
|
|
||||||
## Domain Verification Checker
|
## Domain Verification Checker
|
||||||
|
|||||||
Reference in New Issue
Block a user