add command to restart shell
This commit is contained in:
		
							parent
							
								
									d956dc2f09
								
							
						
					
					
						commit
						48a0145736
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -60,6 +60,11 @@ Add the following lines to `~/.bashrc`:
 | 
			
		|||
. "$HOME/.asdf/completions/asdf.bash"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Restart the shell:
 | 
			
		||||
```shell
 | 
			
		||||
exec $SHELL
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Next install Erlang:
 | 
			
		||||
```shell
 | 
			
		||||
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue