Skip to content

Commit

Permalink
Merge pull request #1262 from microsoft/enhancement-docs-update
Browse files Browse the repository at this point in the history
[docs] Update Setup Notes
  • Loading branch information
ppenna committed May 7, 2024
2 parents 3dee402 + d82bb50 commit 540c178
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ specification, check out the `README.md` file.
```bash
export WORKDIR=$HOME # Change this to whatever you want.
cd $WORKDIR # Switch to working directory.
git clone --recursive https://github.com/demikernel/demikernel.git # Recursive clone.
git clone --recursive https://github.com/microsoft/demikernel.git # Recursive clone.
cd $WORKDIR/demikernel # Switch to repository's source tree.
```

Expand Down Expand Up @@ -54,7 +54,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

## 5. Setup Configuration File (Only Once)

- Copy the template from `scripts/config/default.yaml` to `$HOME/config.yaml`.
- Copy the template from `scripts/config/default.yaml` to
`$HOME/config.yaml`. If running on Azure, use `scripts/config/azure.yaml`.
- Open the file in `$HOME/config.yaml` for editing and do the following:
- Change `XX.XX.XX.XX` to match the IPv4 address of your server host.
- Change `YY.YY.YY.YY` to match the IPv4 address of your client host.
Expand Down

0 comments on commit 540c178

Please sign in to comment.