diff --git a/docs/DPWR_README.md b/docs/DPWR_README.md index e62f471..019a610 100644 --- a/docs/DPWR_README.md +++ b/docs/DPWR_README.md @@ -27,7 +27,7 @@ To evaluate dPWR, the easiest method is to create a docker image and run. cd ~ mkdir temp git clone https://github.com/pdsmart/dPWR.git - cd DPWR + cd dPWR docker build -f Dockerfile.dpwr -t dpwr . ```` @@ -60,7 +60,7 @@ The section below assumes you are installing Debian or one of its derivatives, s ``` cd / git clone https://github.com/pdsmart/dPWR.git - cd DPWR + cd dPWR cp -r dPWR/* /usr/local/DPWR/ chown -R www-data:www-data /usr/local/DPWR ``` diff --git a/docs/JDPWR_README.md b/docs/JDPWR_README.md index 7c65e94..2c42dce 100644 --- a/docs/JDPWR_README.md +++ b/docs/JDPWR_README.md @@ -12,7 +12,7 @@ To evaluate jDPWR, the easiest method is to create a docker image and run. cd ~ mkdir temp git clone https://github.com/pdsmart/dPWR.git - cd DPWR + cd dPWR docker build -f Dockerfile.jdpwr -t jdpwr . ```` @@ -43,8 +43,8 @@ As the development is not yet complete, the assumption is it will be developed, cd ~ git clone https://github.com/pdsmart/dPWR.git cd DPWR - ln -s ~/DPWR/jDPWR /usr/local/jDPWR - chown -R www-data:www-data ~/DPWR/jDPWR + ln -s ~/dPWR/jDPWR /usr/local/jDPWR + chown -R www-data:www-data ~/dPWR/jDPWR ``` 3. Ensure all updates are applied: @@ -63,7 +63,7 @@ As the development is not yet complete, the assumption is it will be developed, 5. Build the jar: ````bash - cd ~/DPWR/jDPWR + cd ~/dPWR/jDPWR mvn clean package ```` 6. Manually edit the JSON config file ~/DPWR/jDPWR/jDPWR.cfg