Skip to content

Commit

Permalink
[README] Add a tabulation for console commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Dec 15, 2021
1 parent 8d298b9 commit 9abab25
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,53 +34,53 @@ All comands have the keyword {current_version} in the filenames, you need to rep

- To install the package:

```console
dpkg -i kitsu-publisher-{current_version}_amd64.deb
```
```console
dpkg -i kitsu-publisher-{current_version}_amd64.deb
```

- The package is now in your applications and in your $PATH.

- rpm package (for RHEL based distributions):

- To install the package:

```console
rpm -i kitsu-publisher-{current_version}_x86_64.deb
```
```console
rpm -i kitsu-publisher-{current_version}_x86_64.deb
```

- The package is now in your applications and in your $PATH.

- snap package:

- To install the package:

```console
snap install kitsu-publisher-{current_version}_amd64.snap --dangerous
```
```console
snap install kitsu-publisher-{current_version}_amd64.snap --dangerous
```

- The package is now in your applications and in your $PATH.

- tar.gz archive:

- To extract the archive:

```console
tar -xf kitsu-publisher-{current_version}.tar.gz
```
```console
tar -xf kitsu-publisher-{current_version}.tar.gz
```

- To run the app:

```console
kitsu-publisher-{current_version}/kitsu-publisher
```
```console
kitsu-publisher-{current_version}/kitsu-publisher
```

- AppImage:

- to run the app:

```console
./Kitsu publisher-{current_version}.AppImage
```
```console
./Kitsu publisher-{current_version}.AppImage
```

#### On Windows

Expand All @@ -102,35 +102,35 @@ You need to download the connectors-{current_version}.zip archive in the [releas

- If Blender is installed with an installer (it supports multiple Blender installations):

```console
install.ps1 -installer
```
```console
install.ps1 -installer
```

- If Blender is a portable app:

```console
install.ps1 -portable PATH_TO_YOUR_PORTABLE_BLENDER
```
```console
install.ps1 -portable PATH_TO_YOUR_PORTABLE_BLENDER
```

- On Linux:

- If Blender is installed with a system package (for example: deb or rpm):

```console
./install.sh --system
```
```console
./install.sh --system
```

- If Blender is an unpacked directory (tar.xz archive):

```console
./install.sh --unpacked-directory=PATH_TO_YOUR_PORTABLE_BLENDER
```
```console
./install.sh --unpacked-directory=PATH_TO_YOUR_PORTABLE_BLENDER
```

- If Blender is installed with a snap package:

```console
./install.sh --snap
```
```console
./install.sh --snap
```

- On macOS:

Expand Down Expand Up @@ -198,15 +198,15 @@ You need to run npm scripts:

- If you only want to build an unpackaged directory:

```console
npm run build
```
```console
npm run build
```

- If you want to build for all targets:

```console
npm run build:all
```
```console
npm run build:all
```

## Contributing

Expand Down

0 comments on commit 9abab25

Please sign in to comment.