Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
06508ad0
Unverified
Commit
06508ad0
authored
Feb 08, 2021
by
Tachi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed footer text and shell syntax highlighting
parent
2880807a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pistache.io/docs/quickstart.md
pistache.io/docs/quickstart.md
+3
-3
pistache.io/docusaurus.config.js
pistache.io/docusaurus.config.js
+1
-1
No files found.
pistache.io/docs/quickstart.md
View file @
06508ad0
...
...
@@ -15,7 +15,7 @@ Pistache is a web framework written in Modern C++ that focuses on performance an
If you're on Ubuntu and want to skip the compilation process you can add the official PPA providing nightly builds:
```
sh
```
sh
ell
sudo
add-apt-repository ppa:pistache+team/unstable
sudo
apt update
sudo
apt
install
libpistache-dev
...
...
@@ -23,7 +23,7 @@ sudo apt install libpistache-dev
Otherwise, here's how to build and install the latest release:
```
sh
```
sh
ell
git clone
--recurse-submodules
https://github.com/pistacheio/pistache.git
cd
pistache
mkdir
build
&&
cd
build
...
...
@@ -92,7 +92,7 @@ int main() {
And that’s it, now you can fire up your favorite curl request and observe the final result:
```
sh
```
sh
ell
curl http://localhost:9080/
Hello, World
```
...
...
pistache.io/docusaurus.config.js
View file @
06508ad0
...
...
@@ -73,7 +73,7 @@ module.exports = {
],
},
],
copyright
:
`
Copyright ©
${
new
Date
().
getFullYear
()}
Pistache. Built by Tachi with <3 and Docusaurus.
`
,
copyright
:
`
Pistache, 2015 -
${
new
Date
().
getFullYear
()}
`
,
},
},
presets
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment