mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Removed unnecessary 'cymais'
This commit is contained in:
		@@ -72,7 +72,7 @@ Once built, you can run CyMaIS as usual:
 | 
			
		||||
docker run --rm -it \
 | 
			
		||||
  -v "$(pwd)":/opt/cymais \
 | 
			
		||||
  -w /opt/cymais \
 | 
			
		||||
  cymais:latest cymais --help
 | 
			
		||||
  cymais:latest --help
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Mount any host directory into `/opt/cymais/logs` to persist logs across runs.
 | 
			
		||||
@@ -105,7 +105,7 @@ CMAIS_PATH=$(pkgmgr path cymais)
 | 
			
		||||
docker run --rm -it \
 | 
			
		||||
  -v "${CMAIS_PATH}:/root/Repositories/github.com/kevinveenbirkenbach/cymais" \
 | 
			
		||||
  -w "/root/Repositories/github.com/kevinveenbirkenbach/cymais" \
 | 
			
		||||
  cymais:latest cymais make build
 | 
			
		||||
  cymais:latest make build
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Or, to test the CLI help interactively:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user