Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/neuralbertatech/natKit int…
Browse files Browse the repository at this point in the history
…o trunk
  • Loading branch information
zacharyselk committed Aug 20, 2023
2 parents 40cbed2 + 93f7c81 commit fcf1895
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,17 @@ For example if you had the server running on a machine located at `192.168.0.12`
export NATKIT_SERVER="192.168.0.12"
export NATKIT_SERVER_PORT="1234"
```
(for windows)
```sh
$env:NATKIT_SERVER="192.168.0.12"
$env:NATKIT_SERVER_PORT="1234"
```

## Troubleshooting

### Execution Policy (Windows)

Run the following command from Powershell (with admin privaledges)
```sh
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
```

0 comments on commit fcf1895

Please sign in to comment.