@@ -38,6 +38,7 @@ npm run dev
3838### With Docker  
3939
4040#### Docker Hub  
41+ 4142[ Docker Hub image link] ( https://hub.docker.com/r/pawelmalak/snippet-box ) .
4243For arm platforms use ` :arm `  tag.
4344
@@ -51,7 +52,7 @@ docker build -t snippet-box .
5152docker buildx build \
5253 --platform linux/arm/v7,linux/arm64 \
5354 -f Dockerfile.arm \
54-  -t snippet-box:arm
55+  -t snippet-box:arm. 
5556``` 
5657
5758#### Deployment  
@@ -62,6 +63,10 @@ docker buildx build \
6263docker run -p 5000:5000 -v /path/to/data:/app/data snippet-box
6364``` 
6465
66+ ### Without Docker  
67+ 68+ Follow instructions from wiki - [ Installation without Docker] ( https://github.com/pawelmalak/snippet-box/wiki/Installation-without-Docker ) 
69+ 6570## Functionality  
6671
6772-  Pinned snippets
@@ -71,12 +76,13 @@ docker run -p 5000:5000 -v /path/to/data:/app/data snippet-box
7176
7277-  Snippet library
7378 -  Manage your snippets through snippet library
74-  -  Easily filter and access your code
79+  -  Easily filter and access your code using tags 
7580
7681![ Snippet library screenshot] ( ./.github/img/snippets.png ) 
7782
7883-  Snippet
7984 -  View your code, snippet details and documentation
85+  -  Built-in syntax highlighting
8086 -  Easily perform snippet actions like edit, pin or delete from a single place
8187
8288![ Snippet screenshot] ( ./.github/img/snippet.png ) 
0 commit comments