Skip to content

Commit

Permalink
typo in this repo url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min authored Jan 18, 2024
1 parent d82044c commit 49aa386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The instructions are provided for the following MQTT Brokers:
- Use a Linux environment as the samples are optimized to run in Linux.
- To install and run Linux on Windows, run `wsl --install -d Ubuntu`. After installation is complete, you can run `wsl` to start running commands on your Ubuntu subsystem whenever you open a new terminal window. [Learn more](https://learn.microsoft.com/en-us/windows/wsl/)
- **Note:** To run in native Windows, you must adapt the scripts to use Windows paths.
- Clone this repository to any directory in your Linux environment: `git clone https://github.com/Azure/MQTTBrokerPrivatePreview.git`
- Clone this repository to any directory in your Linux environment: `git clone https://github.com/Azure-Samples/MqttApplicationSamples.git`
- Follow the instructions in the [Setup](./Setup.md) to setup your environment.
- Navigate to each of the scenario folders and follow its README.md instructions to run the scenario.
- To configure the MQTT connection, the samples use `.env` files, with variables to specify the host name, port, certificates, etc. The `.env` files must be located in the scenario folder, e.g. `scenarios/getting_started`, and can be reused across samples/languages, including the client certificates.
Expand Down

0 comments on commit 49aa386

Please sign in to comment.