Update instructions
This commit is contained in:
		@@ -16,11 +16,13 @@ To import without flakes use channels:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
sudo -i nix-channel --add https://github.com/PolyMC/PolyMC/archive/master.tar.gz polymc
 | 
					sudo -i nix-channel --add https://github.com/PolyMC/PolyMC/archive/master.tar.gz polymc
 | 
				
			||||||
sudo -i nix-channel --update polymc
 | 
					sudo -i nix-channel --update polymc
 | 
				
			||||||
 | 
					nix-env -iA polymc
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
add `<polymc>` to imports in your `configuration.nix`
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
```nix
 | 
					or alternatively you can use
 | 
				
			||||||
imports = [
 | 
					
 | 
				
			||||||
  "<polymc>/packages/nix/overlay.nix"
 | 
					```
 | 
				
			||||||
];
 | 
					nixpkgs.overlays = [
 | 
				
			||||||
 | 
					  (import (builtins.fetchTarball "https://github.com/lourkeur/PolyMC/archive/develop.tar.gz")).overlay
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
		Reference in New Issue
	
	Block a user