Then clone the sources and install node modules:
```
-$ git clone -b master https://github.com/Chocobozzz/PeerTube
+$ git clone https://github.com/Chocobozzz/PeerTube
$ cd PeerTube
$ yarn install --pure-lockfile
```
## I want to change my host, how can I do that?
-If you already have followers, you can't.
-
-If you don't have any followers, update your configuration and run
-`NODE_ENV=production npm run update-host` to update the torrent files (they contain your domain name).
-
+You can't. You'll need to re install an instance and reupload your videos.
## Should I have a big server to run PeerTube?
.subscribe(() => {
const config = this.serverService.getConfig()
- // We test customCSS in case or the admin removed the css
+ // We test customCSS if the admin removed the css
if (this.customCSS || config.instance.customizations.css) {
const styleTag = '<style>' + config.instance.customizations.css + '</style>'
this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag)