manual: fixing parsing #70
| @@ -25,11 +25,11 @@ There are a few things to set up before exploring Pulumi. Since we will be using | ||||
|  | ||||
| * [Install Pulumi](pulumi_install.md) on your machine | ||||
| * Clone the **Pulumi-ThreeFold** repository | ||||
|   * ``` | ||||
|     ``` | ||||
|     git clone https://github.com/threefoldtech/pulumi-threefold | ||||
|     ``` | ||||
| * Change directory | ||||
|   * ``` | ||||
|     ``` | ||||
|     cd ./pulumi-threefold | ||||
|     ``` | ||||
|  | ||||
| @@ -38,15 +38,15 @@ There are a few things to set up before exploring Pulumi. Since we will be using | ||||
| You can export the environment variables before deploying workloads. | ||||
|  | ||||
| * Export the network (**dev**, **qa**, **test**, **main**). Note that we are using the **dev** network by default. | ||||
|   * ``` | ||||
|     ``` | ||||
|     export NETWORK="Enter the network" | ||||
|     ``` | ||||
| * Export your mnemonics.  | ||||
|   * ``` | ||||
|     ``` | ||||
|     export MNEMONIC="Enter the mnemonics" | ||||
|     ``` | ||||
| * Export the SSH_KEY (public key). | ||||
|   * ``` | ||||
|     ``` | ||||
|     export SSH_KEY="Enter the public Key" | ||||
|     ``` | ||||
|  | ||||
| @@ -65,11 +65,11 @@ The different examples that work simply by running **make run** are the followin | ||||
| We give an example with **virtual_machine**. | ||||
|  | ||||
| * Go to the directory **virtual_machine** | ||||
|   * ``` | ||||
|     ``` | ||||
|     cd examples/virtual_machine | ||||
|     ``` | ||||
| * Deploy the Pulumi workload with **make** | ||||
|   * ``` | ||||
|     ``` | ||||
|     make run | ||||
|     ``` | ||||
|  | ||||
|   | ||||
| @@ -17,15 +17,15 @@ To install Pulumi, simply follow the steps provided in the [Pulumi documentation | ||||
| ## Installation | ||||
|  | ||||
| * Install on Linux | ||||
|     * ``` | ||||
|       ``` | ||||
|       curl -fsSL https://get.pulumi.com | sh | ||||
|       ``` | ||||
| * Install on MAC | ||||
|     * ``` | ||||
|       ``` | ||||
|       brew install pulumi/tap/pulumi | ||||
|       ``` | ||||
| * Install on Windows | ||||
|     * ``` | ||||
|       ``` | ||||
|       choco install pulumi | ||||
|       ``` | ||||
|  | ||||
|   | ||||
| @@ -290,7 +290,9 @@ We need to install a few things on the Nextcloud VM before going further. | ||||
|     apt install nano | ||||
|     ``` | ||||
| * Install Cron on the Nextcloud VM | ||||
|   * apt install cron | ||||
|     ``` | ||||
|     apt install cron | ||||
|     ``` | ||||
|  | ||||
| # Prepare the VMs for the Rsync Daily Backup | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user