Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a69f21

Browse files
Updated README file with new screenshots
1 parent f75dd19 commit 3a69f21

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

‎.github/img/editor.png‎

39.7 KB
Loading[フレーム]

‎.github/img/home.png‎

-694 Bytes
Loading[フレーム]

‎.github/img/snippet.png‎

-42.3 KB
Loading[フレーム]

‎.github/img/snippets.png‎

-4.58 KB
Loading[フレーム]

‎README.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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).
4243
For arm platforms use `:arm` tag.
4344

@@ -51,7 +52,7 @@ docker build -t snippet-box .
5152
docker 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 \
6263
docker 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /