Skip to content

Commit a5920a2

Browse files
committed
minor spelling
1 parent 613797d commit a5920a2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ Username is *bobby*, password is *bricodeur*.
99
![screenshot](screenshot.png)
1010

1111
## Install the easy visual way with VirtualBox
12-
* Install [virtualbox](https://virtualbox.org) (and activate VT-x/AMD-V in the BIOS if needed)
12+
* Install [VirtualBox](https://virtualbox.org) (and activate VT-x/AMD-V in the BIOS if needed)
1313
* Download the latest *desktop* image on the [release page](https://github.com/cryptotuxorg/cryptotux/releases)
14-
* Click on the file or in "↶ import appliance" in virtualbox
15-
* Press "Start ➡️" on virtualbox
14+
* Click on the file or in "↶ import appliance" in VirtualBox
15+
* Press "Start ➡️" on VirtualBox
1616

17-
Keyboard layout, and screen resolution, can be changed by clicking on the icons at the bottom. Left click the flag to go through default options: US, FR, ES, US Mac. Right click and then "keyboard layout handler" to add more options.
17+
Keyboard layout, and screen resolution, can be changed by clicking on the icons at the bottom. Left-click the flag to go through default options: US, FR, ES, US Mac. Right-click and then "keyboard layout handler" to add more options.
1818

1919
![keyboard](doc/images/keyboard.png)
2020

21-
### Server launch and connection
22-
The server version is designed to allow you to launch nodes and tools in a contained environment while developping from your regular desktop. As above, [download](https://github.com/cryptotuxorg/cryptotux/releases) the latest "desktop" or "server" image. You can then connect with two methods:
21+
## Server launch and connection
22+
The server version is designed to allow you to launch nodes and tools in a contained environment while developing from your regular desktop. As above, [download](https://github.com/cryptotuxorg/cryptotux/releases) the latest "desktop" or "server" image. You can then connect with two methods:
2323
* Open a terminal and type `ssh bobby@192.168.33.10` (password is bricodeur)
2424
* Open a browser at http://192.168.33.10:3310/
2525

2626
For further options, see [ssh configuration](doc/ssh-configuration.md)
2727

2828
To build the image from scratch or contribute, see [contribute](contribute.md)
2929

30-
### Install on top of an existing configuration
30+
## Install on top of an existing configuration
3131
You can install Cryptotux on top of an existing Ubuntu local install, Windows Subsystem for Linux or on a server by typing:
3232
```bash
3333
bash <(curl -sL https://cryptotux.org/install)
3434
```
35-
It has been tested on Ubuntu 20.04. You might have to install curl with `sudo apt install curl`. It should work on most Ubuntu based distribution and it can work on Debian 10 with minor changes (docker repository and adding current user to /etc/sudoers). Don't do this on a production machine.
35+
It has been tested on Ubuntu 20.04. You might have to install curl with `sudo apt install curl`. It should work on most Ubuntu-based distribution and it can work on Debian 10 with minor changes (docker repository and adding current user to /etc/sudoers). Don't do this on a production machine.
3636

3737
For details on installing on Windows Subsystem for Linux, see [install on WSL](doc/install-on-Windows-WSL.md)
3838

doc/install-French-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Cryptotux est une image Linux préconfigurée pour le developpement et l'apprentissage des crypto et blockchains.
44

55
## Installation
6-
1. Installer Virtualbox, version 6 ou plus. https://www.virtualbox.org/
6+
1. Installer VirtualBox, version 6 ou plus. https://www.virtualbox.org/
77
2. Télécharger la dernière version de Cryptotux (version **desktop**) dans l'onglet "Release" de Github.
88
3. Charger l'image depuis virtualbox (importer une image)
99
4. Lancer l'image (fleche verte)

doc/install-on-Windows-WSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installation on Windows Subsytem for Linux
1+
# Installation on Windows Subsystem for Linux
22
The installation takes three step. See details below.
33
1. Install and activate [WSL **2**](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
44
2. In the Microsoft Store, install Ubuntu 20.04 LTS

0 commit comments

Comments
 (0)